import GroupTitle from './src/group-title.vue'; export declare const LlGroupTitle: import("ll-plus/es/utils").SFCWithInstall; readonly iconSize: import("ll-plus/es/utils").EpPropFinalized; readonly iconColor: import("ll-plus/es/utils").EpPropFinalized; readonly iconSpace: import("ll-plus/es/utils").EpPropFinalized; readonly groupTitle: import("ll-plus/es/utils").EpPropFinalized; readonly tip: import("ll-plus/es/utils").EpPropFinalized; readonly tipSize: import("ll-plus/es/utils").EpPropFinalized; readonly isWhiteBg: import("ll-plus/es/utils").EpPropFinalized; readonly description: import("ll-plus/es/utils").EpPropFinalized; readonly titleLevel: import("ll-plus/es/utils").EpPropFinalized; readonly titleFontSize: import("ll-plus/es/utils").EpPropFinalized; readonly titleWeight: import("ll-plus/es/utils").EpPropFinalized; readonly titleLineHeight: import("ll-plus/es/utils").EpPropFinalized; readonly titleColor: import("ll-plus/es/utils").EpPropFinalized; readonly showDivider: import("ll-plus/es/utils").EpPropFinalized; readonly dividerColor: import("ll-plus/es/utils").EpPropFinalized; readonly dividerSpace: import("ll-plus/es/utils").EpPropFinalized; readonly tagSlot: import("ll-plus/es/utils").EpPropFinalized; readonly rightOperateSlot: import("ll-plus/es/utils").EpPropFinalized; }>, { props: import("@vue/shared").LooseRequired; readonly iconSize: import("ll-plus/es/utils").EpPropFinalized; readonly iconColor: import("ll-plus/es/utils").EpPropFinalized; readonly iconSpace: import("ll-plus/es/utils").EpPropFinalized; readonly groupTitle: import("ll-plus/es/utils").EpPropFinalized; readonly tip: import("ll-plus/es/utils").EpPropFinalized; readonly tipSize: import("ll-plus/es/utils").EpPropFinalized; readonly isWhiteBg: import("ll-plus/es/utils").EpPropFinalized; readonly description: import("ll-plus/es/utils").EpPropFinalized; readonly titleLevel: import("ll-plus/es/utils").EpPropFinalized; readonly titleFontSize: import("ll-plus/es/utils").EpPropFinalized; readonly titleWeight: import("ll-plus/es/utils").EpPropFinalized; readonly titleLineHeight: import("ll-plus/es/utils").EpPropFinalized; readonly titleColor: import("ll-plus/es/utils").EpPropFinalized; readonly showDivider: import("ll-plus/es/utils").EpPropFinalized; readonly dividerColor: import("ll-plus/es/utils").EpPropFinalized; readonly dividerSpace: import("ll-plus/es/utils").EpPropFinalized; readonly tagSlot: import("ll-plus/es/utils").EpPropFinalized; readonly rightOperateSlot: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{}> & {}>; bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; customStyle: import("vue").ComputedRef<{ fontSize: number; fontWeight: import("ll-plus/es/utils").EpPropMergeType; lineHeight: import("ll-plus/es/utils").EpPropMergeType; color: string; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly iconSize: import("ll-plus/es/utils").EpPropFinalized; readonly iconColor: import("ll-plus/es/utils").EpPropFinalized; readonly iconSpace: import("ll-plus/es/utils").EpPropFinalized; readonly groupTitle: import("ll-plus/es/utils").EpPropFinalized; readonly tip: import("ll-plus/es/utils").EpPropFinalized; readonly tipSize: import("ll-plus/es/utils").EpPropFinalized; readonly isWhiteBg: import("ll-plus/es/utils").EpPropFinalized; readonly description: import("ll-plus/es/utils").EpPropFinalized; readonly titleLevel: import("ll-plus/es/utils").EpPropFinalized; readonly titleFontSize: import("ll-plus/es/utils").EpPropFinalized; readonly titleWeight: import("ll-plus/es/utils").EpPropFinalized; readonly titleLineHeight: import("ll-plus/es/utils").EpPropFinalized; readonly titleColor: import("ll-plus/es/utils").EpPropFinalized; readonly showDivider: import("ll-plus/es/utils").EpPropFinalized; readonly dividerColor: import("ll-plus/es/utils").EpPropFinalized; readonly dividerSpace: import("ll-plus/es/utils").EpPropFinalized; readonly tagSlot: import("ll-plus/es/utils").EpPropFinalized; readonly rightOperateSlot: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{}>, { readonly iconName: string; readonly tip: string; readonly isWhiteBg: import("ll-plus/es/utils").EpPropMergeType; readonly description: string; readonly iconSize: number; readonly iconColor: string; readonly titleColor: string; readonly iconSpace: number; readonly dividerColor: string; readonly groupTitle: string; readonly tipSize: number; readonly titleLevel: import("ll-plus/es/utils").EpPropMergeType; readonly titleFontSize: number; readonly titleWeight: import("ll-plus/es/utils").EpPropMergeType; readonly titleLineHeight: import("ll-plus/es/utils").EpPropMergeType; readonly showDivider: import("ll-plus/es/utils").EpPropMergeType; readonly dividerSpace: number; readonly tagSlot: import("ll-plus/es/utils").EpPropMergeType; readonly rightOperateSlot: import("ll-plus/es/utils").EpPropMergeType; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default LlGroupTitle; export * from './src/group-title'; declare module 'vue' { interface GlobalComponents { LlGroupTitle: typeof GroupTitle; } }