export type Emphasis = 'high' | 'medium' | 'low'; export type Appearance = 'neutral' | 'accent' | 'danger' | 'warning' | 'success' | 'info'; export type Size = 24 | 28 | 32 | 36 | 40 | 44 | 56; export type ShirtSize = 'small' | 'medium' | 'large'; //# sourceMappingURL=common.d.ts.map