import { BoxedExpression } from "../api/BoxedExpression"; import { ResizingWidth } from "./ResizingWidthsContext"; export declare function getExpressionMinWidth(expression?: BoxedExpression): number; export declare function getExpressionTotalMinWidth(currentWidth: number, expression: BoxedExpression | undefined, widthsById: Map): number; export declare function getExpressionResizingWidth(expression: BoxedExpression | undefined, resizingWidths: Map, widthsById: Map): number; //# sourceMappingURL=WidthMaths.d.ts.map