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