import { OnInit, TemplateRef } from '@angular/core'; import { ModalDialogComponent } from './modal-dialog.component'; import * as i0 from "@angular/core"; /** * A helper directive used to correctly embed the modal title in the {@link ModalDialogComponent}. */ export declare class DialogTitleDirective implements OnInit { private modal; private templateRef; constructor(modal: ModalDialogComponent, templateRef: TemplateRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }