import { BenchRowLayoutData, ObjectOrModel } from '../../../index'; export interface BenchColumnLayoutDataModel { columns?: ObjectOrModel[]; } //# sourceMappingURL=BenchColumnLayoutDataModel.d.ts.map