import { IconComponent } from '@backstage/core-plugin-api'; /** @public */ export declare const Settings: (props: { icon?: IconComponent; }) => import("react/jsx-runtime").JSX.Element;