import { IRow, ICell, IActions } from '@patternfly/react-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=testDataSets.d.ts.map