import { ConcatModel } from '../concat'; import { Model } from '../model'; import { UnitModel } from '../unit'; 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