import type { IconProps } from "./types"; export declare const ExternalLinkIcon: (props: IconProps) => JSX.Element;