import type { TextDecoration } from './interface'; import type { BasicType, VmType } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly type: BasicType, VmType | null>; /** 样式列表 */ readonly size: BasicType, string | number | null>; readonly color: BasicType, string | null>; readonly background: BasicType, string | null>; readonly block: BasicType; readonly spacing: BasicType, string | number | null>; readonly lineHeight: BasicType, string | number | null>; readonly indent: BasicType, string | number | null>; readonly bold: BasicType; readonly decoration: BasicType, TextDecoration | null>; readonly padding: BasicType, string | number | null>; readonly width: BasicType, string | number | null>; readonly ellipsis: BasicType; readonly center: BasicType; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, VmType | null>; /** 样式列表 */ readonly size: BasicType, string | number | null>; readonly color: BasicType, string | null>; readonly background: BasicType, string | null>; readonly block: BasicType; readonly spacing: BasicType, string | number | null>; readonly lineHeight: BasicType, string | number | null>; readonly indent: BasicType, string | number | null>; readonly bold: BasicType; readonly decoration: BasicType, TextDecoration | null>; readonly padding: BasicType, string | number | null>; readonly width: BasicType, string | number | null>; readonly ellipsis: BasicType; readonly center: BasicType; }>>, { readonly type: VmType; readonly bold: boolean; readonly center: boolean; readonly background: string; readonly color: string; readonly width: string | number; readonly padding: string | number; readonly size: string | number; readonly block: boolean; readonly spacing: string | number; readonly lineHeight: string | number; readonly indent: string | number; readonly decoration: TextDecoration; readonly ellipsis: boolean; }>; export default _sfc_main;