import type { ComponentSize } from '../../../types'; export type { TextProps } from './props'; export type TextType = 'primary' | 'success' | 'info' | 'warning' | 'error' | ''; export type TextSize = ComponentSize;