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