import type { CSSProperties } from 'vue'; import type { NodeType } from './interface'; export declare function calculateNodeStyling(node: HTMLElement, useCache?: boolean): NodeType; export default function calculateAutoSizeStyle(uiTextNode: HTMLTextAreaElement, useCache?: boolean, minRows?: number | null, maxRows?: number | null): CSSProperties;