import React from 'react'; import { InputProps } from '../elements/Input'; export declare type FileInputProps = InputProps & { validation?: (value: File) => Promise; }; export declare const FileInput: React.ForwardRefExoticComponent Promise) | undefined; } & React.RefAttributes>; export declare const FFileInput: React.ForwardRefExoticComponent Promise) | undefined; } & { name: string; } & React.RefAttributes>;