type AppearanceShapeKey = 'circular' | 'geometric' | 'rounded' | 'roundedL' | 'roundedM' | 'roundedS' | 'roundedXL'; export type { AppearanceShapeKey };