import { FieldPath, FieldValues } from 'react-hook-form'; import { PageFormTextInputProps } from './PageFormTextInput'; export declare function PageFormTextArea = FieldPath, TSelection extends FieldValues = FieldValues>(props: PageFormTextInputProps & { disableAutoResize?: boolean; }): import("react/jsx-runtime").JSX.Element;