/**
 * Standard size tiers for interactive components.
 * @default 'medium'
 */
export type ComponentSize = 'small' | 'medium' | 'large'
