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