/**
 * 获取进度条数据
 */
export declare function getProgressData(percent: number): {
    current: string;
    type: string;
    percent: number;
}[];
