import { ImageSourcePropType } from 'react-native'; export declare class Icons { static readonly rightArrow: ImageSourcePropType; static readonly inputDelete: ImageSourcePropType; static readonly inputEyeSecure: ImageSourcePropType; static readonly inputEye: ImageSourcePropType; static readonly loadingPicLight: ImageSourcePropType; static readonly loadingPicDark: ImageSourcePropType; }