import { type ImageSourcePropType } from 'react-native'; export declare function fixImageProp(image: ImageSourcePropType): { uri: string; } | ImageSourcePropType;