export interface ProgressMarkerProps { size?: 'compact' | 'expansive'; text?: string; alignment?: 'start' | 'center' | 'end'; }