import { OnInit, TemplateRef, Type } from '@angular/core'; import { ModalRef } from './modal-ref'; import { cn } from './utils/cn'; import * as i0 from "@angular/core"; export declare class ModalComponent implements OnInit { ref: ModalRef; contentType: 'template' | 'string' | 'component'; content: any; modalClasses: string; constructor(ref: ModalRef); ngOnInit(): void; private getModalSizeCss; private determineContentType; get asTemplate(): TemplateRef; get asComponent(): Type; protected cn: typeof cn; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }