import type { ColorValue } from 'react-native'; export interface IconProps { [key: string]: any; size?: number; color?: ColorValue; } //# sourceMappingURL=icon-props.d.ts.map