/// import { StyleProp, ViewStyle } from 'react-native'; export declare function ImagePickerItem(props: { uri: any; fileName: any; type: any; remoteUri?: string; onUpload?: (asset: { remoteUri: string; }) => void; style?: StyleProp; }): JSX.Element; export declare function CellImagePickerComponent(): JSX.Element;