import { FormValues, InputProps } from "./type"; export declare function FileInput(props: InputProps): import("react/jsx-runtime").JSX.Element;