import type { ComponentSize } from '../../..'; import type { TextType } from './interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly type: { readonly type: PropType; readonly default: ""; }; readonly size: { readonly type: PropType; readonly default: ""; }; readonly ellipsis: { readonly type: BooleanConstructor; readonly default: false; }; readonly lineClamp: { readonly type: PropType; }; readonly tag: { readonly type: StringConstructor; readonly default: "span"; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly default: ""; }; readonly size: { readonly type: PropType; readonly default: ""; }; readonly ellipsis: { readonly type: BooleanConstructor; readonly default: false; }; readonly lineClamp: { readonly type: PropType; }; readonly tag: { readonly type: StringConstructor; readonly default: "span"; }; }>>, { readonly size: ComponentSize; readonly type: TextType; readonly ellipsis: boolean; readonly tag: string; }, {}>; export default _sfc_main;