import { IconComponent } from '@backstage/core-plugin-api'; export declare function IconLink(props: { href: string; text?: string; Icon?: IconComponent; }): import("react/jsx-runtime").JSX.Element;