import * as React from 'react';
import type { SvgProps } from 'react-native-svg';
declare const FieldIconUpload: React.FC<SvgProps & { title?: string, titleId?: string }>;
export default FieldIconUpload;
