import { TableState } from '../..'; import { Product } from './product'; export declare class TableStore { tableState: TableState; constructor(); get inEdit(): boolean; editAll: () => Promise; saveAll: () => Promise; cancelAll: () => void; private getDataSource; private idSelector; private isRowUnselectable; private getFormState; } //# sourceMappingURL=table.store.d.ts.map