import { Observable } from 'rxjs'; import { ModalService } from './modal.service'; import * as i0 from "@angular/core"; export declare class ModalContentComponent { private modalService; width: number | string; height: number | string; maxHeight: number | string; isMobile$: Observable; constructor(modalService: ModalService); get widthStyle(): string; get heightStyle(): string; get maxHeightStyle(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }