import type { TableProps } from 'ant-design-vue/es/table'; import type { Ref, VNode } from 'vue'; export declare const ArrayTable: { new (...args: any[]): { $: import("vue").ComponentInternalInstance; $data: {}; $props: { readonly direction?: "ltr" | "rtl"; readonly tableLayout?: import("ant-design-vue/es/vc-table/interface").TableLayout; readonly columns?: import("ant-design-vue").TableColumnsType; readonly scroll?: { x?: string | number | true; y?: string | number; } & { scrollToFirstRowOnChange?: boolean; }; readonly size?: import("ant-design-vue/es/button").ButtonSize; style?: unknown; readonly sticky?: boolean | import("ant-design-vue/es/vc-table/interface").TableSticky; readonly components?: import("ant-design-vue/es/vc-table/interface").TableComponents; key?: string | number | symbol; ref?: import("vue").VNodeRef; ref_for?: boolean; ref_key?: string; onVnodeBeforeMount?: ((vnode: VNode) => void) | ((vnode: VNode) => void)[]; onVnodeMounted?: ((vnode: VNode) => void) | ((vnode: VNode) => void)[]; onVnodeBeforeUpdate?: ((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]; onVnodeUpdated?: ((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]; onVnodeBeforeUnmount?: ((vnode: VNode) => void) | ((vnode: VNode) => void)[]; onVnodeUnmounted?: ((vnode: VNode) => void) | ((vnode: VNode) => void)[]; class?: unknown; readonly id?: string; readonly footer?: import("ant-design-vue/es/vc-table/interface").PanelRender; readonly title?: import("ant-design-vue/es/vc-table/interface").PanelRender; readonly onChange?: (pagination: import("ant-design-vue").TablePaginationConfig, filters: Record, sorter: import("ant-design-vue/es/table/interface").SorterResult | import("ant-design-vue/es/table/interface").SorterResult[], extra: import("ant-design-vue/es/table/interface").TableCurrentDataSource) => void; readonly prefixCls?: string; readonly loading?: boolean | Partial; wrapperClassName: StringConstructor; tip: import("vue-types").VueTypeValidableDef; delay: NumberConstructor; indicator: import("vue-types").VueTypeValidableDef; }>>; readonly bordered?: boolean; readonly dataSource?: any[]; readonly expandIcon?: import("ant-design-vue/es/vc-table/interface").RenderExpandIcon; readonly locale?: import("ant-design-vue/es/table/interface").TableLocale; readonly rowKey?: string | import("ant-design-vue/es/vc-table/interface").GetRowKey; readonly rowClassName?: string | import("ant-design-vue/es/vc-table/interface").RowClassName; readonly showHeader?: boolean; readonly customRow?: import("ant-design-vue/es/vc-table/interface").GetComponentProps; readonly customHeaderRow?: import("ant-design-vue/es/vc-table/interface").GetComponentProps[]>; readonly expandFixed?: boolean | "left" | "right"; readonly expandColumnWidth?: number; readonly expandedRowKeys?: import("ant-design-vue/es/vc-table/interface").Key[]; readonly defaultExpandedRowKeys?: import("ant-design-vue/es/vc-table/interface").Key[]; readonly expandedRowRender?: import("ant-design-vue/es/vc-table/interface").ExpandedRowRender; readonly expandRowByClick?: boolean; readonly onExpand?: (expanded: boolean, record: any) => void; readonly onExpandedRowsChange?: (expandedKeys: import("ant-design-vue/es/vc-table/interface").Key[]) => void; readonly defaultExpandAllRows?: boolean; readonly indentSize?: number; readonly expandIconColumnIndex?: number; readonly showExpandColumn?: boolean; readonly expandedRowClassName?: import("ant-design-vue/es/vc-table/interface").RowClassName; readonly childrenColumnName?: string; readonly rowExpandable?: (record: any) => boolean; readonly transformCellText?: import("ant-design-vue/es/vc-table/interface").TransformCellText; readonly dropdownPrefixCls?: string; readonly pagination?: false | import("ant-design-vue").TablePaginationConfig; readonly onResizeColumn?: (w: number, col: import("ant-design-vue").TableColumnType) => void; readonly rowSelection?: import("ant-design-vue/es/table/interface").TableRowSelection; readonly getPopupContainer?: import("ant-design-vue/es/table/interface").GetPopupContainer; readonly sortDirections?: import("ant-design-vue/es/table/interface").SortOrder[]; readonly showSorterTooltip?: boolean | Partial; trigger: import("vue").PropType; open: { type: BooleanConstructor; default: any; }; visible: { type: BooleanConstructor; default: any; }; placement: import("vue").PropType; color: import("vue").PropType>; transitionName: StringConstructor; overlayStyle: { type: import("vue").PropType; default: import("vue").CSSProperties; }; overlayInnerStyle: { type: import("vue").PropType; default: import("vue").CSSProperties; }; overlayClassName: StringConstructor; openClassName: StringConstructor; prefixCls: StringConstructor; mouseEnterDelay: NumberConstructor; mouseLeaveDelay: NumberConstructor; getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>; arrowPointAtCenter: { type: BooleanConstructor; default: any; }; autoAdjustOverflow: { type: import("vue").PropType; default: boolean | import("ant-design-vue/es/tooltip").AdjustOverflow; }; destroyTooltipOnHide: { type: BooleanConstructor; default: any; }; align: { type: import("vue").PropType; default: import("ant-design-vue/es/vc-trigger/interface").AlignType; }; builtinPlacements: { type: import("vue").PropType; default: import("ant-design-vue/es/vc-trigger/interface").BuildInPlacements; }; children: ArrayConstructor; onVisibleChange: import("vue").PropType<(vis: boolean) => void>; 'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>; onOpenChange: import("vue").PropType<(vis: boolean) => void>; 'onUpdate:open': import("vue").PropType<(vis: boolean) => void>; }>>; }; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot; }>; $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}, {}>; $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import("vue").ComponentOptionsBase>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & { 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<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}, {}>, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import("vue").nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle; } & Readonly> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {}; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { Column: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}, {}>; Index: import("vue").DefineComponent<{}, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}, {}>; SortHandle: import("vue").DefineComponent, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>>, { readonly index?: any; }, {}>; Addition: import("vue").DefineComponent<{ title: { type: StringConstructor; }; method: { type: import("vue").PropType<"push" | "unshift">; }; defaultValue: {}; }, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; }; defaultValue: {}; }>>, {}, {}>; Remove: import("vue").DefineComponent<{ index: { type: NumberConstructor; }; title: {}; }, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}, {}>; MoveDown: import("vue").DefineComponent, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>>, { readonly title?: any; readonly index?: any; }, {}>; MoveUp: import("vue").DefineComponent, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>>, { readonly title?: any; readonly index?: any; }, {}>; useArray: () => import("../array-base").IArrayBaseContext; useIndex: (index?: number) => Ref; useRecord: (record?: Record) => Ref; }; export default ArrayTable;