import { type Ref } from 'vue'; export declare const useTextareaHeight: (textareaRef: Ref, props: { minRows?: number; maxRows?: number; }) => readonly [Ref, Ref, Ref, () => void];