import type { DefaultRow, Table, TableProps } from '../table/defaults'; export declare function createStore(table: Table, props: TableProps): { mutations: { setData(states: { _currentRowKey: Ref; currentRow: Ref; expandRowKeys: any; treeData: any; indent: any; lazy: any; lazyTreeNodeMap: any; lazyColumnIdentifier: any; childrenColumnName: any; checkStrictly: any; expandRows: Ref; defaultExpandAll: any; tableSize: any; rowKey: Ref; data: Ref; _data: Ref; isComplex: any; _columns: Ref[]>; originColumns: Ref[]>; columns: Ref[]>; fixedColumns: Ref[]>; rightFixedColumns: Ref[]>; leafColumns: Ref[]>; fixedLeafColumns: Ref[]>; rightFixedLeafColumns: Ref[]>; updateOrderFns: (() => void)[]; leafColumnsLength: any; fixedLeafColumnsLength: any; rightFixedLeafColumnsLength: any; isAllSelected: any; selection: Ref; reserveSelection: any; selectOnIndeterminate: any; selectable: Ref<((row: T_3, index: number) => boolean) | null>; filters: Ref; filteredData: Ref; sortingColumn: Ref | null>; sortProp: Ref; sortOrder: Ref; hoverRow: Ref; }, data: T[]): void; insertColumn(states: { _currentRowKey: Ref; currentRow: Ref; expandRowKeys: any; treeData: any; indent: any; lazy: any; lazyTreeNodeMap: any; lazyColumnIdentifier: any; childrenColumnName: any; checkStrictly: any; expandRows: Ref; defaultExpandAll: any; tableSize: any; rowKey: Ref; data: Ref; _data: Ref; isComplex: any; _columns: Ref[]>; originColumns: Ref[]>; columns: Ref[]>; fixedColumns: Ref[]>; rightFixedColumns: Ref[]>; leafColumns: Ref[]>; fixedLeafColumns: Ref[]>; rightFixedLeafColumns: Ref[]>; updateOrderFns: (() => void)[]; leafColumnsLength: any; fixedLeafColumnsLength: any; rightFixedLeafColumnsLength: any; isAllSelected: any; selection: Ref; reserveSelection: any; selectOnIndeterminate: any; selectable: Ref<((row: T_3, index: number) => boolean) | null>; filters: Ref; filteredData: Ref; sortingColumn: Ref | null>; sortProp: Ref; sortOrder: Ref; hoverRow: Ref; }, column: import("../table-column/defaults").TableColumnCtx, parent: import("../table-column/defaults").TableColumnCtx, updateColumnOrder: () => void): void; updateColumnOrder(states: { _currentRowKey: Ref; currentRow: Ref; expandRowKeys: any; treeData: any; indent: any; lazy: any; lazyTreeNodeMap: any; lazyColumnIdentifier: any; childrenColumnName: any; checkStrictly: any; expandRows: Ref; defaultExpandAll: any; tableSize: any; rowKey: Ref; data: Ref; _data: Ref; isComplex: any; _columns: Ref[]>; originColumns: Ref[]>; columns: Ref[]>; fixedColumns: Ref[]>; rightFixedColumns: Ref[]>; leafColumns: Ref[]>; fixedLeafColumns: Ref[]>; rightFixedLeafColumns: Ref[]>; updateOrderFns: (() => void)[]; leafColumnsLength: any; fixedLeafColumnsLength: any; rightFixedLeafColumnsLength: any; isAllSelected: any; selection: Ref; reserveSelection: any; selectOnIndeterminate: any; selectable: Ref<((row: T_3, index: number) => boolean) | null>; filters: Ref; filteredData: Ref; sortingColumn: Ref | null>; sortProp: Ref; sortOrder: Ref; hoverRow: Ref; }, column: import("../table-column/defaults").TableColumnCtx): void; removeColumn(states: { _currentRowKey: Ref; currentRow: Ref; expandRowKeys: any; treeData: any; indent: any; lazy: any; lazyTreeNodeMap: any; lazyColumnIdentifier: any; childrenColumnName: any; checkStrictly: any; expandRows: Ref; defaultExpandAll: any; tableSize: any; rowKey: Ref; data: Ref; _data: Ref; isComplex: any; _columns: Ref[]>; originColumns: Ref[]>; columns: Ref[]>; fixedColumns: Ref[]>; rightFixedColumns: Ref[]>; leafColumns: Ref[]>; fixedLeafColumns: Ref[]>; rightFixedLeafColumns: Ref[]>; updateOrderFns: (() => void)[]; leafColumnsLength: any; fixedLeafColumnsLength: any; rightFixedLeafColumnsLength: any; isAllSelected: any; selection: Ref; reserveSelection: any; selectOnIndeterminate: any; selectable: Ref<((row: T_3, index: number) => boolean) | null>; filters: Ref; filteredData: Ref; sortingColumn: Ref | null>; sortProp: Ref; sortOrder: Ref; hoverRow: Ref; }, column: import("../table-column/defaults").TableColumnCtx, parent: import("../table-column/defaults").TableColumnCtx, updateColumnOrder: () => void): void; sort(states: { _currentRowKey: Ref; currentRow: Ref; expandRowKeys: any; treeData: any; indent: any; lazy: any; lazyTreeNodeMap: any; lazyColumnIdentifier: any; childrenColumnName: any; checkStrictly: any; expandRows: Ref; defaultExpandAll: any; tableSize: any; rowKey: Ref; data: Ref; _data: Ref; isComplex: any; _columns: Ref[]>; originColumns: Ref[]>; columns: Ref[]>; fixedColumns: Ref[]>; rightFixedColumns: Ref[]>; leafColumns: Ref[]>; fixedLeafColumns: Ref[]>; rightFixedLeafColumns: Ref[]>; updateOrderFns: (() => void)[]; leafColumnsLength: any; fixedLeafColumnsLength: any; rightFixedLeafColumnsLength: any; isAllSelected: any; selection: Ref; reserveSelection: any; selectOnIndeterminate: any; selectable: Ref<((row: T_3, index: number) => boolean) | null>; filters: Ref; filteredData: Ref; sortingColumn: Ref | null>; sortProp: Ref; sortOrder: Ref; hoverRow: Ref; }, options: import("../table/defaults").Sort): void; changeSortCondition(states: { _currentRowKey: Ref; currentRow: Ref; expandRowKeys: any; treeData: any; indent: any; lazy: any; lazyTreeNodeMap: any; lazyColumnIdentifier: any; childrenColumnName: any; checkStrictly: any; expandRows: Ref; defaultExpandAll: any; tableSize: any; rowKey: Ref; data: Ref; _data: Ref; isComplex: any; _columns: Ref[]>; originColumns: Ref[]>; columns: Ref[]>; fixedColumns: Ref[]>; rightFixedColumns: Ref[]>; leafColumns: Ref[]>; fixedLeafColumns: Ref[]>; rightFixedLeafColumns: Ref[]>; updateOrderFns: (() => void)[]; leafColumnsLength: any; fixedLeafColumnsLength: any; rightFixedLeafColumnsLength: any; isAllSelected: any; selection: Ref; reserveSelection: any; selectOnIndeterminate: any; selectable: Ref<((row: T_3, index: number) => boolean) | null>; filters: Ref; filteredData: Ref; sortingColumn: Ref | null>; sortProp: Ref; sortOrder: Ref; hoverRow: Ref; }, options: import("../table/defaults").Sort): void; filterChange(_states: { _currentRowKey: Ref; currentRow: Ref; expandRowKeys: any; treeData: any; indent: any; lazy: any; lazyTreeNodeMap: any; lazyColumnIdentifier: any; childrenColumnName: any; checkStrictly: any; expandRows: Ref; defaultExpandAll: any; tableSize: any; rowKey: Ref; data: Ref; _data: Ref; isComplex: any; _columns: Ref[]>; originColumns: Ref[]>; columns: Ref[]>; fixedColumns: Ref[]>; rightFixedColumns: Ref[]>; leafColumns: Ref[]>; fixedLeafColumns: Ref[]>; rightFixedLeafColumns: Ref[]>; updateOrderFns: (() => void)[]; leafColumnsLength: any; fixedLeafColumnsLength: any; rightFixedLeafColumnsLength: any; isAllSelected: any; selection: Ref; reserveSelection: any; selectOnIndeterminate: any; selectable: Ref<((row: T_3, index: number) => boolean) | null>; filters: Ref; filteredData: Ref; sortingColumn: Ref | null>; sortProp: Ref; sortOrder: Ref; hoverRow: Ref; }, options: import("../table/defaults").Filter): void; toggleAllSelection(): void; rowSelectedChanged(_states: { _currentRowKey: Ref; currentRow: Ref; expandRowKeys: any; treeData: any; indent: any; lazy: any; lazyTreeNodeMap: any; lazyColumnIdentifier: any; childrenColumnName: any; checkStrictly: any; expandRows: Ref; defaultExpandAll: any; tableSize: any; rowKey: Ref; data: Ref; _data: Ref; isComplex: any; _columns: Ref[]>; originColumns: Ref[]>; columns: Ref[]>; fixedColumns: Ref[]>; rightFixedColumns: Ref[]>; leafColumns: Ref[]>; fixedLeafColumns: Ref[]>; rightFixedLeafColumns: Ref[]>; updateOrderFns: (() => void)[]; leafColumnsLength: any; fixedLeafColumnsLength: any; rightFixedLeafColumnsLength: any; isAllSelected: any; selection: Ref; reserveSelection: any; selectOnIndeterminate: any; selectable: Ref<((row: T_3, index: number) => boolean) | null>; filters: Ref; filteredData: Ref; sortingColumn: Ref | null>; sortProp: Ref; sortOrder: Ref; hoverRow: Ref; }, row: T): void; setHoverRow(states: { _currentRowKey: Ref; currentRow: Ref; expandRowKeys: any; treeData: any; indent: any; lazy: any; lazyTreeNodeMap: any; lazyColumnIdentifier: any; childrenColumnName: any; checkStrictly: any; expandRows: Ref; defaultExpandAll: any; tableSize: any; rowKey: Ref; data: Ref; _data: Ref; isComplex: any; _columns: Ref[]>; originColumns: Ref[]>; columns: Ref[]>; fixedColumns: Ref[]>; rightFixedColumns: Ref[]>; leafColumns: Ref[]>; fixedLeafColumns: Ref[]>; rightFixedLeafColumns: Ref[]>; updateOrderFns: (() => void)[]; leafColumnsLength: any; fixedLeafColumnsLength: any; rightFixedLeafColumnsLength: any; isAllSelected: any; selection: Ref; reserveSelection: any; selectOnIndeterminate: any; selectable: Ref<((row: T_3, index: number) => boolean) | null>; filters: Ref; filteredData: Ref; sortingColumn: Ref | null>; sortProp: Ref; sortOrder: Ref; hoverRow: Ref; }, row: T): void; setCurrentRow(_states: { _currentRowKey: Ref; currentRow: Ref; expandRowKeys: any; treeData: any; indent: any; lazy: any; lazyTreeNodeMap: any; lazyColumnIdentifier: any; childrenColumnName: any; checkStrictly: any; expandRows: Ref; defaultExpandAll: any; tableSize: any; rowKey: Ref; data: Ref; _data: Ref; isComplex: any; _columns: Ref[]>; originColumns: Ref[]>; columns: Ref[]>; fixedColumns: Ref[]>; rightFixedColumns: Ref[]>; leafColumns: Ref[]>; fixedLeafColumns: Ref[]>; rightFixedLeafColumns: Ref[]>; updateOrderFns: (() => void)[]; leafColumnsLength: any; fixedLeafColumnsLength: any; rightFixedLeafColumnsLength: any; isAllSelected: any; selection: Ref; reserveSelection: any; selectOnIndeterminate: any; selectable: Ref<((row: T_3, index: number) => boolean) | null>; filters: Ref; filteredData: Ref; sortingColumn: Ref | null>; sortProp: Ref; sortOrder: Ref; hoverRow: Ref; }, row: T): void; }; commit: (name: "sort" | "setData" | "insertColumn" | "updateColumnOrder" | "removeColumn" | "changeSortCondition" | "filterChange" | "toggleAllSelection" | "rowSelectedChanged" | "setHoverRow" | "setCurrentRow", ...args: any[]) => void; updateTableScrollY: () => void; assertRowKey: () => void; updateColumns: () => void; scheduleLayout: (needUpdateColumns?: boolean, immediate?: boolean) => void; isSelected: (row: T) => any; clearSelection: () => void; cleanSelection: () => void; getSelectionRows: () => any; toggleRowSelection: (row: T, selected?: boolean, emitChange?: boolean, ignoreSelectable?: boolean) => void; _toggleAllSelection: () => void; toggleAllSelection: (() => void) | null; updateAllSelected: () => void; updateFilters: (column: import("../table-column/defaults").TableColumnCtx, values: string[]) => Record; updateCurrentRow: (_currentRow: DefaultRow) => void; updateSort: (column: import("../table-column/defaults").TableColumnCtx | null, prop: string | null, order: import("../table/defaults").TableSortOrder | null) => void; execFilter: () => void; execSort: () => void; execQuery: (ignore?: { filter: boolean; } | undefined) => void; clearFilter: (columnKeys?: string[] | string) => void; clearSort: () => void; toggleRowExpansion: (row: DefaultRow, expanded?: boolean) => void; setExpandRowKeysAdapter: (val: string[]) => void; setCurrentRowKey: (key: string) => void; toggleRowExpansionAdapter: (row: T, expanded?: boolean) => void; isRowExpanded: (row: DefaultRow) => boolean; updateExpandRows: () => void; updateCurrentRowData: () => void; loadOrToggle: (row: DefaultRow) => void; updateTreeData: (ifChangeExpandRowKeys?: boolean, ifExpandAll?: boolean) => void; updateKeyChildren: (key: string, data: DefaultRow[]) => void; states: { _currentRowKey: Ref; currentRow: Ref; expandRowKeys: any; treeData: any; indent: any; lazy: any; lazyTreeNodeMap: any; lazyColumnIdentifier: any; childrenColumnName: any; checkStrictly: any; expandRows: Ref; defaultExpandAll: any; tableSize: any; rowKey: Ref; data: Ref; _data: Ref; isComplex: any; _columns: Ref[]>; originColumns: Ref[]>; columns: Ref[]>; fixedColumns: Ref[]>; rightFixedColumns: Ref[]>; leafColumns: Ref[]>; fixedLeafColumns: Ref[]>; rightFixedLeafColumns: Ref[]>; updateOrderFns: (() => void)[]; leafColumnsLength: any; fixedLeafColumnsLength: any; rightFixedLeafColumnsLength: any; isAllSelected: any; selection: Ref; reserveSelection: any; selectOnIndeterminate: any; selectable: Ref<((row: T_3, index: number) => boolean) | null>; filters: Ref; filteredData: Ref; sortingColumn: Ref | null>; sortProp: Ref; sortOrder: Ref; hoverRow: Ref; }; ns: { namespace: any; b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element?: string, modifier?: string) => string; bm: (blockSuffix?: string, modifier?: string) => string; bem: (blockSuffix?: string, element?: string, modifier?: string) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; };