import { AfterViewInit, ChangeDetectorRef, OnInit } from '@angular/core'; import { UIButton } from '../../Models/TableModels'; import * as i0 from "@angular/core"; export declare class UIAlertComponent implements AfterViewInit, OnInit { private cdr; header: string; text: string; class: string; showAlert: Boolean; showAlertClass: string; buttons: UIButton[]; index: number; myAlert?: any; timeSeconds: number; constructor(cdr: ChangeDetectorRef); ngOnInit(): void; ngAfterViewInit(): void; RemoveAlert(): void; LoadEvent(x: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }