import type { IdType } from '../..'; import { TableState } from '../..'; import type { Product } from './product'; export declare class TableStore { rowIdKey: keyof Product; tableState: TableState; private getDataSource; private idSelector; } //# sourceMappingURL=table.store.d.ts.map