import { OnDestroy, OnInit } from '@angular/core'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; import * as i0 from "@angular/core"; declare global { interface Window { Calendly: any; } } export declare class CalendlyModalComponent implements OnInit, OnDestroy { private modalRef; userData: any; constructor(modalRef: NgbActiveModal); ngOnInit(): void; ngOnDestroy(): void; messageHandler(event: MessageEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }