import React__default from 'react'; import { FieldValues, Path, RegisterOptions } from 'react-hook-form'; import { FormTextareaProps } from './textarea.js'; declare function HookFormTextarea({ id, name, rules, label, error, classNames, disabled, ...rest }: Omit & { name: Path; rules?: RegisterOptions> | undefined; error?: string; }): React__default.JSX.Element | null; export { HookFormTextarea };