export declare const calcTextareaHeight: (uiTextNode: Record, minRows?: any, maxRows?: any, useCache?: boolean) => { height: string; minHeight: string; maxHeight: string; overflowY: string; };