declare const _default: import("vue").DefineComponent<{ hbgColor: { type: StringConstructor; default: string; }; cbgColor: { type: StringConstructor; default: string; }; showClose: { type: BooleanConstructor; default: boolean; }; content: { type: ObjectConstructor; default(): {}; }; btnClick: { type: FunctionConstructor; default: typeof noop; }; }, {}, { showMore: boolean; defaultCouponImg: 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; } | { watch: { isVisible(newVal: any): void; }; methods: { lockBodyScroll(): void; unlockBodyScroll(): void; }; beforeDestroy(): void; } | import("vue").DefineComponent<{ content: { type: ObjectConstructor; default(): {}; }; }, {}, { pageData: {}; }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { content: Record; }>, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { content: Record; btnClick: Function; hbgColor: string; cbgColor: string; showClose: boolean; }>; export default _default; declare function noop(): void;