/// export interface BubbleProperties { children: React.ReactNode | React.ReactNode[]; variant: 'completed' | 'declined' | 'info' | 'waiting'; }