type Text = number | string | [string, string][]; type Size = { width: number; height: number; }; export declare const calculateNodeSize: (text: Text, isParent?: boolean) => Size; export {}; //# sourceMappingURL=calculateNodeSize.d.ts.map