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