import type { Modifiers, ComponentStyles } from './utils'; export type TextVariation = 'primary' | 'secondary' | 'tertiary' | 'error' | 'warning' | 'info' | 'success'; export type TextTheme = ComponentStyles & Modifiers;