import { Size, SemanticColor } from '../../../types/common'; export interface SpinnerProps { size?: Size; color?: SemanticColor | 'current'; }