import { NgbModal } from "@ng-bootstrap/ng-bootstrap"; import * as i0 from "@angular/core"; export declare class SupportService { modalService: NgbModal; modalReference: any; constructor(modalService: NgbModal); /** * Open the support form */ openSupportForm(formComponent: any): void; /** * Send support request to jira */ sendSupport(data: any): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }