interface CustomExternalLinkIconProps { className?: string; fill?: string; width?: number; height?: number; } export declare const CustomExternalLinkIcon: ({ className, fill, width, height, ...props }: CustomExternalLinkIconProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=custom-external-link-icon.d.ts.map