import { type FC } from 'react'; import { ChooseFileProps } from './types'; declare const ChooseFile: FC; export default ChooseFile;