export type { TextPropsType } from './props'

export type TextType = 'default' | 'primary' | 'success' | 'danger' | 'warning'

export type TextDecorationType = 'overline' | 'line-through' | 'underline'
