/// interface PropTypes { height?: string | number; width?: string | number; color?: string; } export declare const PasswordEyeIcon: ({ height, width, }: PropTypes) => JSX.Element; export declare const HiddenVisibilityIcon: ({ height, width, }: PropTypes) => JSX.Element; export declare const LoaderIcon: ({ height, width, color }: PropTypes) => JSX.Element; export declare const ArrowIcon: ({ height, width, colour, theme }: any) => JSX.Element; export {};