export interface PropsType { hideIndex?: boolean; search?: boolean; isSelection?: boolean; selectionProps?: object; columns: any[]; params?: object; manualRequest?: boolean; request?: (params?: any) => Promise; dataSource?: any[]; postData?: (data: any) => Promise; tableProps?: any; filterProps?: any; indexProps?: any; defaultPageKey?: { pageNum: string; pageSize: string; }; loading?: boolean; defaultPage?: { pageNum: number; pageSize: number; }; editable?: { keyField?: string; saveText?: string; saveProps?: any; cancelText?: string; cancelProps?: any; onSave?: (newRow: any, oldRow: any) => Promise; }; actionColumn?: any; } declare function startEditable(rowKey: string): void; declare function cancelEditable(rowKey: string): void; declare function saveEditable(rowKey: string): Promise; declare function __VLS_template(): { attrs: Partial<{}>; slots: { filterPrepend?(_: { filterReset: () => void; total: number; reset: (paramsReset?: boolean) => Promise; editRow: (index: number, row: any, merge?: boolean) => void; getDataSource: (deep?: boolean) => any; }): any; filterContent?(_: { total: number; reset: (paramsReset?: boolean) => Promise; editRow: (index: number, row: any, merge?: boolean) => void; getDataSource: (deep?: boolean) => any; }): any; filterExtend?(_: { total: number; reset: (paramsReset?: boolean) => Promise; editRow: (index: number, row: any, merge?: boolean) => void; getDataSource: (deep?: boolean) => any; }): any; prepend?(_: {}): any; action?(_: { row: any; }): any; append?(_: {}): any; empty?(_: {}): any; footer?(_: {}): any; }; refs: { filterRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly quickSearch?: { key?: ""; } | undefined; readonly defaultShowMore: boolean; readonly search: boolean; readonly columns: any[]; readonly formProps?: object | undefined; readonly onOnSearch?: ((formValue: any) => any) | undefined; readonly onOnRefresh?: (() => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: ((event: "onSearch", formValue: any) => void) & ((event: "onRefresh") => void); $el: HTMLDivElement; $options: import('vue').ComponentOptionsBase & Readonly<{ onOnSearch?: ((formValue: any) => any) | undefined; onOnRefresh?: (() => any) | undefined; }>, { reset: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { onSearch: (formValue: any) => any; onRefresh: () => any; }, string, { defaultShowMore: boolean; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue').nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{ defaultShowMore: boolean; }> & Omit & Readonly<{ onOnSearch?: ((formValue: any) => any) | undefined; onOnRefresh?: (() => any) | undefined; }>, "reset" | "defaultShowMore"> & import('vue').ShallowUnwrapRef<{ reset: () => void; }> & {} & import('vue').ComponentCustomProperties & {} & { $slots: { prepend?(_: { reset: () => void; }): any; content?(_: {}): any; extend?(_: { reset: () => void; }): any; }; }) | null; tableRef: unknown; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent Promise; editRow: (index: number, row: any, merge?: boolean) => void; getDataSource: (deep?: boolean) => any; setDataSource: (data: any[]) => void; startEditable: typeof startEditable; cancelEditable: typeof cancelEditable; saveEditable: typeof saveEditable; clearSelection: () => void; toggleRowSelection: (row?: any, selected?: any) => void; setCurrentRow: (row: any) => void; editableRowKeys: import('vue').Ref; editCache: import('vue').Ref, Record>; keyField: import('vue').ComputedRef; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { onSearch: (event: any) => any; currentChange: (currentRow: any, oldCurrentRow: any) => any; selectionChange: (event: any) => any; expandChange: (row: any, expanded: any) => any; rowClick: (row: any, column: any, event: any) => any; rowDblclick: (row: any, column: any, event: any) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onOnSearch?: ((event: any) => any) | undefined; onCurrentChange?: ((currentRow: any, oldCurrentRow: any) => any) | undefined; onSelectionChange?: ((event: any) => any) | undefined; onExpandChange?: ((row: any, expanded: any) => any) | undefined; onRowClick?: ((row: any, column: any, event: any) => any) | undefined; onRowDblclick?: ((row: any, column: any, event: any) => any) | undefined; }>, { search: boolean; defaultPageKey: { pageNum: string; pageSize: string; }; loading: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { filterRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly quickSearch?: { key?: ""; } | undefined; readonly defaultShowMore: boolean; readonly search: boolean; readonly columns: any[]; readonly formProps?: object | undefined; readonly onOnSearch?: ((formValue: any) => any) | undefined; readonly onOnRefresh?: (() => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: ((event: "onSearch", formValue: any) => void) & ((event: "onRefresh") => void); $el: HTMLDivElement; $options: import('vue').ComponentOptionsBase & Readonly<{ onOnSearch?: ((formValue: any) => any) | undefined; onOnRefresh?: (() => any) | undefined; }>, { reset: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { onSearch: (formValue: any) => any; onRefresh: () => any; }, string, { defaultShowMore: boolean; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue').nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{ defaultShowMore: boolean; }> & Omit & Readonly<{ onOnSearch?: ((formValue: any) => any) | undefined; onOnRefresh?: (() => any) | undefined; }>, "reset" | "defaultShowMore"> & import('vue').ShallowUnwrapRef<{ reset: () => void; }> & {} & import('vue').ComponentCustomProperties & {} & { $slots: { prepend?(_: { reset: () => void; }): any; content?(_: {}): any; extend?(_: { reset: () => void; }): any; }; }) | null; tableRef: unknown; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };