export interface CommonProps { className?: string; id?: string; size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl'; shape?: 'circle' | 'box'; showNotification?: boolean; notificationStatus?: 'default' | 'active' | 'danger'; notificationPosition?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'; }