import type { Table, TableProps } from '../Table'; export declare function createStore(table: Table, props: TableProps): any;