import { FileComponentSchema } from '@open-formulieren/types'; export interface FormioFileProps { componentDefinition: FileComponentSchema; } declare const FormioFile: React.FC; export default FormioFile;