import { FC } from 'react';
import type IProps from './FileField.types';
declare const FileField: FC<IProps>;
export default FileField;
