import Tag from './src/tag.vue'; export declare const LlTag: import("ll-plus/es/utils").SFCWithInstall; readonly shape: import("ll-plus/es/utils").EpPropFinalized<() => import("./src/tag").tagShapeType, unknown, unknown, "square", boolean>; readonly icon: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => { iconName: string; color: any; size: any; }, boolean>; readonly iconDirection: import("ll-plus/es/utils").EpPropFinalized; }>, { props: import("@vue/shared").LooseRequired; readonly shape: import("ll-plus/es/utils").EpPropFinalized<() => import("./src/tag").tagShapeType, unknown, unknown, "square", boolean>; readonly icon: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => { iconName: string; color: any; size: any; }, boolean>; readonly iconDirection: 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; }; attrs: import("vue").Attrs; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly shape: import("ll-plus/es/utils").EpPropFinalized<() => import("./src/tag").tagShapeType, unknown, unknown, "square", boolean>; readonly icon: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => { iconName: string; color: any; size: any; }, boolean>; readonly iconDirection: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{}>, { readonly label: string; readonly icon: { readonly iconName?: string; readonly color?: string; readonly size?: import("ll-plus/es/utils").EpPropMergeType, unknown, unknown>; }; readonly shape: import("ll-plus/es/utils").EpPropMergeType<() => import("./src/tag").tagShapeType, unknown, unknown>; readonly iconDirection: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default LlTag; export * from './src/tag'; declare module 'vue' { interface GlobalComponents { LlTag: typeof Tag; } }