import { IRow, ICell, IActions } from '../components/Table'; export declare const columns: (ICell | string)[]; export declare const rows: IRow[]; export declare const editableColumns: (ICell | string)[]; export declare const editableRows: IRow[]; export declare const actions: IActions; //# sourceMappingURL=data-sets.d.ts.map