export type ExternalLinkIconProps = { color?: string; }; export declare const ExternalLinkIcon: ({ color }: ExternalLinkIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;