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