import { DataColumnProps, DataRowProps } from '@epam/uui-core'; type Row = { salary: number; age: number; name: string; phone: string; }; export declare const rowsByIndexMock: Map>; export declare const columnsMock: DataColumnProps[]; export {}; //# sourceMappingURL=tables.d.ts.map