interface PropsType {
    tableData: any;
    onChange: (days: number, curTime: number) => void;
}
/**
 * 进度模拟播放 1.对3D模型当前时间节点高亮构件 2.对甘特图进行操作（按天滚动）
 * @param tableData 进度模拟表格数据
 */
export declare const ProgressPlay: ({ tableData, onChange }: PropsType) => JSX.Element;
export {};
