declare const _default: import("vue").DefineComponent<{ title: { type: StringConstructor; default: string; }; desc: { type: StringConstructor; default: string; }; brandColor: { type: StringConstructor; default: string; }; initUrl: { type: StringConstructor; default: string; }; verifyUrl: { type: StringConstructor; default: string; }; keyword: { type: StringConstructor; default: string; }; platform: { type: NumberConstructor; default: number; }; }, {}, { clientId: never; }, { isMobile(): boolean; }, {}, { 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; brandColor: string; initUrl: string; verifyUrl: string; keyword: string; platform: number; desc: string; }>; export default _default;