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