import TextParagraph from './src/text-paragraph.vue'; import Text from './src/text.vue'; export declare const LlText: import("ll-plus/es/utils").SFCWithInstall; readonly isEllipsis: import("ll-plus/es/utils").EpPropFinalized; readonly rows: import("ll-plus/es/utils").EpPropFinalized; readonly showTooltip: import("ll-plus/es/utils").EpPropFinalized; readonly expandable: import("ll-plus/es/utils").EpPropFinalized; readonly symbol: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>, { props: import("@vue/shared").LooseRequired; readonly isEllipsis: import("ll-plus/es/utils").EpPropFinalized; readonly rows: import("ll-plus/es/utils").EpPropFinalized; readonly showTooltip: import("ll-plus/es/utils").EpPropFinalized; readonly expandable: import("ll-plus/es/utils").EpPropFinalized; readonly symbol: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>> & Readonly<{}> & {}>; attrs: import("vue").Attrs; 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; }; ellipsis: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly isEllipsis: import("ll-plus/es/utils").EpPropFinalized; readonly rows: import("ll-plus/es/utils").EpPropFinalized; readonly showTooltip: import("ll-plus/es/utils").EpPropFinalized; readonly expandable: import("ll-plus/es/utils").EpPropFinalized; readonly symbol: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>> & Readonly<{}>, { readonly level: number; readonly rows: number; readonly expandable: import("ll-plus/es/utils").EpPropMergeType; readonly isEllipsis: import("ll-plus/es/utils").EpPropMergeType; readonly showTooltip: import("ll-plus/es/utils").EpPropMergeType; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export declare const LlTextParagraph: import("ll-plus/es/utils").SFCWithInstall; readonly rows: import("ll-plus/es/utils").EpPropFinalized; readonly showTooltip: import("ll-plus/es/utils").EpPropFinalized; readonly expandable: import("ll-plus/es/utils").EpPropFinalized; readonly symbol: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>, { props: import("@vue/shared").LooseRequired; readonly rows: import("ll-plus/es/utils").EpPropFinalized; readonly showTooltip: import("ll-plus/es/utils").EpPropFinalized; readonly expandable: import("ll-plus/es/utils").EpPropFinalized; readonly symbol: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>> & Readonly<{}> & {}>; attrs: import("vue").Attrs; 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; }; ellipsis: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly rows: import("ll-plus/es/utils").EpPropFinalized; readonly showTooltip: import("ll-plus/es/utils").EpPropFinalized; readonly expandable: import("ll-plus/es/utils").EpPropFinalized; readonly symbol: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>> & Readonly<{}>, { readonly rows: number; readonly expandable: import("ll-plus/es/utils").EpPropMergeType; readonly isEllipsis: import("ll-plus/es/utils").EpPropMergeType; readonly showTooltip: import("ll-plus/es/utils").EpPropMergeType; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export * from './src/text'; declare module 'vue' { interface GlobalComponents { LlText: typeof Text; LlTextParagraph: typeof TextParagraph; } }