export declare class UseObservingTableStateDemoStore { data: { ProductID: number; ProductName: string; UnitPrice: number; }[]; constructor(); updateDataKeepRoot: () => void; updateDataChangeRoot: () => void; add5RowsWithUpdateDataRoot: () => void; remove5RowsWithUpdateDataRoot: () => void; add5RowsWithKeepDataRoot: () => void; remove5RowsWithKeepDataRoot: () => void; } //# sourceMappingURL=use-observing-table-state-demo.store.d.ts.map