import { OnInit } from '@angular/core'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; import * as i0 from "@angular/core"; export declare class ModalContentComponent implements OnInit { activeModal: NgbActiveModal; user: string; width: string; height: string; expandDetails: any; constructor(activeModal: NgbActiveModal); ngOnInit(): void; expandPlan(key: any): void; passBack(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }