declare const _default: import("vue").DefineComponent<{ titleLeft: { type: StringConstructor; default: string; }; titleLeftBg: { type: StringConstructor; default: string; }; title: { type: StringConstructor; default: string; }; titleRight: { type: StringConstructor; default: string; }; content: { type: StringConstructor; default: string; }; label: { type: StringConstructor; default: string; }; labelRight: { type: StringConstructor; default: string; }; tagLabel: { type: StringConstructor; default: string; }; titleEllipsisNum: { type: NumberConstructor; default: number; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly>, { title: string; label: string; titleLeft: string; titleLeftBg: string; titleRight: string; content: string; labelRight: string; tagLabel: string; titleEllipsisNum: number; }>; export default _default;