import { FC } from 'react'; import { ResetPaginationMode } from '../../../'; export interface TableUseTableStateExampleProps { resetPaginationMode: ResetPaginationMode; } export declare const TableUseTableStateExample: FC; //# sourceMappingURL=use-observing-table-state-demo.d.ts.map