export interface ProgressBarProps {
    duration: number;
    type: string;
    startWidth?: string;
    endWidth?: string;
}
