import { OnInit } from '@angular/core';
export declare class ProgressComponent implements OnInit {
    progress: number;
    constructor();
    ngOnInit(): void;
}
