import type { PropType } from 'vue'; declare const _sfc_main: import("vue").DefineComponent<{ /** * 标题右侧帮助按钮信息 * @default: '' */ helpMessage: { type: PropType; default: string; }; /** * 是否显示标题左侧蓝色色块 * @default: false */ span: { type: BooleanConstructor; }; /** * 将文字默认化,不加粗 * @default: false */ normal: { type: BooleanConstructor; }; }, { props: Readonly; default: string; }; /** * 是否显示标题左侧蓝色色块 * @default: false */ span: { type: BooleanConstructor; }; /** * 将文字默认化,不加粗 * @default: false */ normal: { type: BooleanConstructor; }; }>> & { [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined; }>>; prefixCls: string; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; getClass: import("vue").ComputedRef<(string | { [x: string]: false | import("vue").Slot | undefined; } | { [x: string]: boolean; })[]>; BzHelp: import("vue").DefineComponent<{ maxWidth: { type: StringConstructor; /** * 是否显示标题左侧蓝色色块 * @default: false */ default: string; }; showIndex: { type: BooleanConstructor; }; color: { type: StringConstructor; default: string; }; fontSize: { type: StringConstructor; default: string; }; placement: { type: StringConstructor; default: string; }; text: { type: PropType; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; }; }>>, { placement: string; color: string; maxWidth: string; showIndex: boolean; fontSize: string; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: string; }; /** * 是否显示标题左侧蓝色色块 * @default: false */ span: { type: BooleanConstructor; }; /** * 将文字默认化,不加粗 * @default: false */ normal: { type: BooleanConstructor; }; }>>, { helpMessage: string | string[]; span: boolean; normal: boolean; }>; export default _sfc_main;