declare const _default: import("vue").DefineComponent<{ id: { type: (NumberConstructor | StringConstructor)[]; default: string; }; url: { type: StringConstructor; default: string; }; hbgColor: { type: StringConstructor; default: string; }; cbgColor: { type: StringConstructor; default: string; }; showClose: { type: BooleanConstructor; default: boolean; }; submit: { type: FunctionConstructor; default: typeof Noop; }; intercept: { type: FunctionConstructor; default: typeof Noop; }; }, {}, { isSelected: boolean; isChecking: 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; } | { 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; hbgColor: string; cbgColor: string; showClose: boolean; intercept: Function; id: string | number; submit: Function; }>; export default _default; declare function Noop(param: any): any;