import { OnInit, ViewContainerRef } from '@angular/core'; import { Observable, Subscription } from 'rxjs'; import { ModalService } from './modal.service'; import { BusinessNavKeybindService } from '../../keybind.service'; import * as i0 from "@angular/core"; export declare class ModalComponent implements OnInit { private viewContainerRef; private modalService; private keybindService; titleText: string; height: number | string; showing: boolean; closing: boolean; mobile$: Observable; closeSubscription: Subscription; constructor(viewContainerRef: ViewContainerRef, modalService: ModalService, keybindService: BusinessNavKeybindService); ngOnInit(): void; get heightStyle(): string; closeModal(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }