declare const _default: import("vue").DefineComponent<{ actid: { type: (NumberConstructor | StringConstructor)[]; default: string; }; id: { type: (NumberConstructor | StringConstructor)[]; default: string; }; url: { type: StringConstructor; default: string; }; sid: { type: (NumberConstructor | StringConstructor)[]; default: string; }; chn: { type: StringConstructor; default: string; }; titleBack: { type: StringConstructor; default: string; }; titleColor: { type: StringConstructor; default: string; }; showClose: { type: BooleanConstructor; default: boolean; }; intercept: { type: FunctionConstructor; default: typeof defaultIntercept; }; jigsawCfg: { type: ObjectConstructor; default(): {}; }; }, {}, { isSelected: boolean; isChecking: boolean; verifyIndex: number; }, { jigsawConfig(): 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").DefineComponent<{}, any, { FixedToHtmlScrollY: string; }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly>, {}> | import("vue").DefineComponent<{ content: { type: ObjectConstructor; default(): {}; }; }, {}, { pageData: {}; }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { content: Record; }>, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { url: string; showClose: boolean; chn: string; titleBack: string; titleColor: string; intercept: Function; jigsawCfg: Record; actid: string | number; id: string | number; sid: string | number; }>; export default _default; declare function defaultIntercept(param: any): { activityData: { actid: any; }; submitData: { common: { groupId: any; scene: string; chn: any; priceId: any; }; applicant: { cname: any; sex: string; birth: string; mobile: any; code: any; certificate: { idType: number; id: any; }; }; }; };