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; }; verifyCodeUrl: { type: StringConstructor; default: string; }; mobile: { type: StringConstructor; required: true; }; scene: { type: StringConstructor; required: true; }; chn: { type: StringConstructor; required: true; }; extParam: { type: ObjectConstructor; default(): {}; }; platform: { type: NumberConstructor; default: number; }; isCheckMobile: { type: BooleanConstructor; default: boolean; }; }, {}, { verifyData: {}; jigsawVerifyCodeUrl: string; jigsawMobile: string; isCodeRequesting: boolean; }, { realTitle(): any; realDesc(): any; realMobile(): any; realInitUrl(): any; realVerifyUrl(): any; realVerifyCodeUrl(): any; realExtParam(): any; realPlatform(): 1 | 0; }, {}, { 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; }; }; }, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { title: string; brandColor: string; initUrl: string; verifyUrl: string; platform: number; desc: string; verifyCodeUrl: string; extParam: Record; isCheckMobile: boolean; }>; export default _default;