export interface CounterProperties { icon?: string; count: number; text?: string; size?: 'small' | 'medium' | 'large'; }