/**
 * Standard size tiers for interactive components.
 * @default 'medium'
 */
export type ComponentSize = 'small' | 'medium' | 'large';
//# sourceMappingURL=component-size.d.ts.map