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