import { ElementRef, NgZone, OnInit } from '@angular/core'; import { LinearLoaderStyles } from './linear-loader-styles'; import { AnimationService } from '../core/ui/animation.service'; import * as i0 from "@angular/core"; export declare class PgLinearLoaderMessageComponent implements OnInit { _elementRef: ElementRef; private _ngZone; private _animationService; ngOnInit(): Promise; private beginAnimations; private animateIn; private animateOut; constructor(_elementRef: ElementRef, _ngZone: NgZone, _animationService: AnimationService); get messageVisibilityState(): string; set messageVisibilityState(val: string); styleOverides: LinearLoaderStyles; _messageVisibilityState: string; delay: number; duration: number; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }