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