export class BoxLayoutSpec {
    bounds: any;
    /**
     *
     * @type {ConnectionLayoutSpec[]}
     */
    connections: ConnectionLayoutSpec[];
    /**
     *
     * @type {boolean}
     */
    locked: boolean;
}
//# sourceMappingURL=BoxLayoutSpec.d.ts.map