import { ConcatModel } from '../concat.js';
import { Model } from '../model.js';
import { UnitModel } from '../unit.js';
export declare function parseLayerLayoutSize(model: Model): void;
export declare function parseConcatLayoutSize(model: ConcatModel): void;
export declare function parseChildrenLayoutSize(model: Model): void;
export declare function parseUnitLayoutSize(model: UnitModel): void;
//# sourceMappingURL=parse.d.ts.map