/// export declare const SvgIcon: (props: any) => JSX.Element; export declare const CloseIcon: (props: any) => JSX.Element; export declare const ErrorIcon: (props: any) => JSX.Element; export declare const DisabledIcon: (props: any) => JSX.Element; export declare const OpenEyeIcon: (props: any) => JSX.Element; export declare const SlashEyeIcon: (props: any) => JSX.Element; export declare const SuccessIcon: (props: any) => JSX.Element;