import type { Ref } from 'vue'; import type { KottiComment } from './types'; export declare const useResizeTextarea: (textareaRef: Ref, modelValue: Ref) => void;