import { BenchRowLayoutData, ObjectOrChildModel, OutlineContent, SimpleTabBox, WidgetModel } from '../../index'; export interface BenchColumnModel extends WidgetModel { layoutData?: BenchRowLayoutData; tabBoxes?: ObjectOrChildModel>[]; cacheKey?: string[]; } //# sourceMappingURL=BenchColumnModel.d.ts.map