/// import {ImageProps} from 'react-native'; declare const Icon: (props: ImageProps) => JSX.Element; export default Icon;