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