declare const _default: import("vue").DefineComponent<{ data: { type: ArrayConstructor; default: () => any[]; }; selectValue: { type: ArrayConstructor; default: () => any[]; }; alias: { type: ObjectConstructor; default(): {}; }; limit: { type: NumberConstructor; default: number; }; }, {}, { selectLists: any[]; finalData: any[]; finalSelectValue: any[]; }, { valueKey(): any; textKey(): any; selectCount(): any; }, {}, { model: { prop: string; event: string; }; props: { visible: { type: BooleanConstructor; default: boolean; }; }; data: () => { preOverflowValue: string; isVisible: boolean; }; watch: { isVisible(newVal: any): void; }; mounted(): void; methods: { show(): { show(): any; hide(): any; }; hide(): { show(): any; hide(): any; }; }; beforeDestroy(): void; } | { props: { zIndex: { type: NumberConstructor; default: number; }; maskClosable: { type: BooleanConstructor; default: boolean; }; }; } | { watch: { isVisible(newVal: any): void; }; methods: { lockBodyScroll(): void; unlockBodyScroll(): void; }; beforeDestroy(): void; } | { data(): { xysfe_actui_font_size: number; }; computed: { _fontSize(): string; }; mounted(): void; beforeDestroy(): void; } | { props: { title: { type: StringConstructor; }; subtitle: { type: StringConstructor; }; cancelTxt: { type: StringConstructor; default: string; }; confirmTxt: { type: StringConstructor; default: string; }; swipeTime: { type: NumberConstructor; default: number; }; maskClosable: { type: BooleanConstructor; default: boolean; }; confirmColor: { type: StringConstructor; default: string; }; cancelColor: { type: StringConstructor; default: string; }; }; computed: { _cancelTxt(): any; _confirmTxt(): any; }; }, import("vue").ComponentOptionsMixin, {}, string, Readonly any[]; }; selectValue: { type: ArrayConstructor; default: () => any[]; }; alias: { type: ObjectConstructor; default(): {}; }; limit: { type: NumberConstructor; default: number; }; }>>, { data: unknown[]; alias: Record; selectValue: unknown[]; limit: number; }>; export default _default;