declare const _default: import("vue").DefineComponent<{ title: { type: StringConstructor; default: string; }; brandColor: { type: StringConstructor; default: string; }; btnColor: { type: StringConstructor; default: string; }; renderCfg: { type: ObjectConstructor; default: () => { flowType: number; flowTypeText: string; flowTypeDesc: string; guideCfg: {}; guideCfgMap: {}; }; }; height: { type: StringConstructor; default: string; }; }, {}, { isVisible: boolean; titleData: string; }, { style(): { height: string; }; isCps(): boolean; headCfg(): { tagType: any; tagText: any; tipText: any; }; }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly { flowType: number; flowTypeText: string; flowTypeDesc: string; guideCfg: {}; guideCfgMap: {}; }; }; height: { type: StringConstructor; default: string; }; }>>, { title: string; brandColor: string; height: string; btnColor: string; renderCfg: Record; }>; export default _default;