/// import { FieldFileProps } from "../types"; export declare const FieldFile: ({ isRequired, showLabel, name, label, maxKBytes, maxMBytes }: FieldFileProps) => JSX.Element;