import type { PropType } from 'vue'; import type { TooltipPlacement } from 'ant-design-vue/es/tooltip/Tooltip'; import type { ColumnsType, ColItem } from '../types'; declare const _sfc_main: import("vue").DefineComponent<{ tipTitle: StringConstructor; tipPlacement: { type: PropType; }; title: StringConstructor; resetText: StringConstructor; untitledText: StringConstructor; fixedLeftText: StringConstructor; fixedRightText: StringConstructor; columns: { type: PropType; required: true; }; sortable: { type: BooleanConstructor; default: boolean; }; allowFixed: { type: BooleanConstructor; default: boolean; }; cacheKey: StringConstructor; }, { colList: import("vue").Ref<{ id: string; key?: import("ant-design-vue/es/vc-table/interface").Key | undefined; dataIndex?: import("ant-design-vue/es/vc-table/interface").DataIndex | undefined; title?: string | undefined; checked?: boolean | undefined; fixed?: boolean | "left" | "right" | undefined; }[]>; checkedIds: import("vue").Ref; isAllChecked: import("vue").Ref; isIndeterminate: import("vue").Ref; overlayClassName: import("vue").ComputedRef; onColumnCheckedChange: () => void; onColumnCheckAllChange: () => void; resetColumnChecked: () => void; onColumnSortChange: () => void; onItemFixedLeft: (col: ColItem) => void; onItemFixedRight: (col: ColItem) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:columns"[], "update:columns", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; }; title: StringConstructor; resetText: StringConstructor; untitledText: StringConstructor; fixedLeftText: StringConstructor; fixedRightText: StringConstructor; columns: { type: PropType; required: true; }; sortable: { type: BooleanConstructor; default: boolean; }; allowFixed: { type: BooleanConstructor; default: boolean; }; cacheKey: StringConstructor; }>> & { "onUpdate:columns"?: ((...args: any[]) => any) | undefined; }, { sortable: boolean; allowFixed: boolean; }>; export default _sfc_main;