declare const _default: import("vue").DefineComponent<{ title: { type: ArrayConstructor; default(): any[]; }; titleColor: { type: StringConstructor; default: string; }; titleBack: { type: StringConstructor; default: string; }; qrcode: { type: StringConstructor; default: string; }; footer: { type: ArrayConstructor; default(): any[]; }; showClose: { type: BooleanConstructor; default: boolean; }; correctLevel: { type: NumberConstructor; default: number; }; }, {}, { qrcodeImg: string; }, { getTitleHtml(): any; getFooterHtml(): 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; } | { watch: { isVisible(newVal: any): void; }; methods: { lockBodyScroll(): void; unlockBodyScroll(): void; }; beforeDestroy(): void; }, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { title: unknown[]; footer: unknown[]; showClose: boolean; titleBack: string; titleColor: string; qrcode: string; correctLevel: number; }>; export default _default;