import * as react_jsx_runtime from 'react/jsx-runtime'; import { FieldValues, UseControllerProps } from 'react-hook-form'; import { FileInputProps as FileInputProps$1 } from '@mantine/core'; type FileInputProps = UseControllerProps & Omit, "value" | "defaultValue">; declare function FileInput({ name, control, defaultValue, rules, shouldUnregister, ...props }: FileInputProps): react_jsx_runtime.JSX.Element; export { FileInput }; export type { FileInputProps };