import { TextareaValue } from '../components/Textarea/TextareaWrapper'; export declare const useAutoHeightTextarea: (textAreaRef: HTMLTextAreaElement | null, value: TextareaValue, rows: number, maxRows: number) => void;