import * as React from "react";
import type { Props } from "./types";
declare const InputFile: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
export default InputFile;
