import { AfterViewInit, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UIModalViewComponent implements AfterViewInit { buttonText: string; buttonClass: string; iconClass: string; modalClass: string; contentClass: string; inactive: boolean; modal: ElementRef; ngAfterViewInit(): void; Close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }