import VTableSheet from './components/vtable-sheet'; import type { ISheetDefine, IVTableSheetOptions, IVTableSheetUpdateOptions } from './ts-types'; import * as TYPES from './ts-types'; import * as VTable from './vtable'; export declare const version = "1.26.8"; export { VTableSheet, TYPES, VTable, ISheetDefine, IVTableSheetOptions, IVTableSheetUpdateOptions };