import { TableState } from '../..'; import { Product } from './product'; import { TableStateModel } from '../../table-state'; export declare class TableStore { productsTableState?: TableStateModel; beveragesTableState?: TableStateModel; tableState: TableState; showProducts: () => void; showBeverages: () => void; private getProductsDataSource; private getBeveragesDataSource; } //# sourceMappingURL=state-caching-table.store.d.ts.map