import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NuoruoAlertComponent implements AfterViewInit, OnDestroy { timer: any; type: string; messageSave: any; ngOnDestroy(): void; ngAfterViewInit(): void; state: 'opened' | 'closed'; get message(): {}; set message(message: {}); private _message; closed: EventEmitter; cancel(): void; sure(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }