export interface ProgressPropsType {
    percent?: number;
    position?: 'fixed' | 'normal';
    unfilled?: boolean;
    appearTransition?: boolean;
}
