declare const _default: import("vue").DefineComponent<{ type: { type: StringConstructor; default: string; }; headImg: { type: StringConstructor; default: string; }; headImgColor: { type: StringConstructor; default: string; }; hbgColor: { type: StringConstructor; default: string; }; cbgColor: { type: StringConstructor; default: string; }; showHead: { type: BooleanConstructor; default: boolean; }; showClose: { type: BooleanConstructor; default: boolean; }; opacity: { type: (NumberConstructor | StringConstructor)[]; default: number; }; zIndex: { type: (NumberConstructor | StringConstructor)[]; default: string; }; }, {}, {}, { _headerBgColor(): "#f9443c" | "#f7debb"; _contentBgColor(): "#f9443c" | "#fff"; }, { hideLayer(e: any): void; headLoaded(): void; }, { 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; } | { data(): { xysfe_actui_font_size: number; }; computed: { _fontSize(): string; }; mounted(): void; beforeDestroy(): void; }, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { type: string; opacity: string | number; zIndex: string | number; headImg: string; headImgColor: string; hbgColor: string; cbgColor: string; showHead: boolean; showClose: boolean; }>; export default _default;