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