export interface Structure { items: any; groups: any; strips: any; columns: any; height: number; width: number; } //# sourceMappingURL=Structure.d.ts.map