import type { ColumnConfig, SmartTableProps } from './types'; type __VLS_Props = SmartTableProps; declare var __VLS_44: any, __VLS_45: any; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_45) => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, { tableRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:columns": (columns: ColumnConfig[]) => any; cellChange: (row: any, col: ColumnConfig) => any; cellBlur: (row: any, col: ColumnConfig) => any; cellEnter: (row: any, col: ColumnConfig) => any; cellClick: (row: any, col: ColumnConfig) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:columns"?: ((columns: ColumnConfig[]) => any) | undefined; onCellChange?: ((row: any, col: ColumnConfig) => any) | undefined; onCellBlur?: ((row: any, col: ColumnConfig) => any) | undefined; onCellEnter?: ((row: any, col: ColumnConfig) => any) | undefined; onCellClick?: ((row: any, col: ColumnConfig) => any) | undefined; }>, { data: any[]; loading: boolean; columns: ColumnConfig[]; rowKey: string; permissions: string[]; pagination: import("./types").PaginationConfig; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };