import { SvgProps } from 'react-native-svg'; export declare type IconProps = SvgProps & { size?: number; color?: string; style?: any; }; //# sourceMappingURL=IconProps.d.ts.map