declare const _default: import("vue").DefineComponent<{ bottom: { type: NumberConstructor; default: number; }; icon: { type: StringConstructor; default: string; }; desc: { type: StringConstructor; default: string; }; brandColor: { type: StringConstructor; default: string; }; jigsawInitUrl: { type: StringConstructor; default: string; }; jigsawVerifyUrl: { type: StringConstructor; default: string; }; verifyCodeUrl: { type: StringConstructor; default: string; }; mobileAuthUrl: { type: StringConstructor; default: string; }; scene: { type: StringConstructor; default: string; }; chn: { type: StringConstructor; default: string; }; platform: { type: NumberConstructor; default: number; }; }, {}, { checkState: boolean; protocols: { title: string; data: { title: string; type: number; urls: string[]; src: string; }[]; }[]; mobile: string; verifyCode: string; timeLeft: number; showJigsaw: boolean; inAuthorization: boolean; }, { jigsawChn(): never; jigsawScene(): "" | "bdzs"; jigsawPlatform(): 1 | 0; isCps(): boolean; themeColor(): "#8c7fee" | "#f05a4b"; layerIcon(): string; }, {}, { 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>, { brandColor: string; desc: string; icon: string; platform: number; verifyCodeUrl: string; scene: string; chn: string; bottom: number; jigsawInitUrl: string; jigsawVerifyUrl: string; mobileAuthUrl: string; }>; export default _default;