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