import { type LayoutNode } from '../layout/node.js'; /** * Returns the yoga node's content width (computed width minus padding and * border). */ declare const getMaxWidth: (yogaNode: LayoutNode) => number; export default getMaxWidth; //# sourceMappingURL=get-max-width.d.ts.map