import { OnInit } from '@angular/core'; import { ProgressStatusMetadata } from './types'; import * as i0 from "@angular/core"; export declare class ProgressStatusComponent implements OnInit { /** * Progress status configuration object. * @type {ProgressStatusMetadata} * @property progress - The progress value (0 to 1). * @property color - The color of the progress bar. * @property size - The size of the text and bar. * @property titles - Title block configuration. * @property messages - Array of status messages. */ props: ProgressStatusMetadata; currentIndex: number; blinking: boolean; constructor(); ngOnInit(): void; get Content(): string; getNextMessage(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }