import { Column } from '../types/column'; interface CheckParams { keys: string[]; checkedList: Column[]; list: Column[]; } declare const _sfc_main: import("vue").DefineComponent<{ visible: { type: BooleanConstructor; }; columnList: { type: import("vue").PropType; default(): { label: string; value: string; key: string; disabled: boolean; checked: boolean; }[]; }; }, { curLocale: { [x: string]: any; }; antLocale: { [key: string]: any; } | undefined; infoDesCompute: import("vue").ComputedRef; title: any; visible: import("vue").WritableComputedRef; columnList: import("vue").ComputedRef; checkInfo: import("vue").Ref; handleCheck: ({ keys, checkedList }: CheckParams) => void; handleCancel: () => void; handleOk: () => void; getProps: import("vue").ComputedRef<{ columnList: undefined; visible: boolean; "onUpdate:visible": ((...args: any[]) => any) | undefined; onCancelModal: ((...args: any[]) => any) | undefined; onOkModal: ((...args: any[]) => any) | undefined; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "cancelModal" | "okModal")[], "update:visible" | "cancelModal" | "okModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ visible?: unknown; columnList?: unknown; } & { visible: boolean; columnList: import("../types/column").ColumnModalItem[]; } & {}> & { "onUpdate:visible"?: ((...args: any[]) => any) | undefined; onCancelModal?: ((...args: any[]) => any) | undefined; onOkModal?: ((...args: any[]) => any) | undefined; }, { visible: boolean; columnList: import("../types/column").ColumnModalItem[]; }>; export default _sfc_main;