import { ElementRef, OnInit, Renderer2 } from '@angular/core'; import { VudModalContainerComponent } from './modal-container/modal-container.component'; import * as i0 from "@angular/core"; /** * @deprecated `vudModalClose` is no longer necessary, use `close()` method which is available inside every modal */ export declare class VudModalCloseDirective implements OnInit { private readonly modalRef; modalResult: any; ngOnInit(): void; onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class VudModalTitleDirective { readonly modalContainer: VudModalContainerComponent; readonly renderer: Renderer2; readonly elementRef: ElementRef; constructor(id?: string); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class VudModalDescriptionDirective { readonly modalContainer: VudModalContainerComponent; readonly renderer: Renderer2; readonly elementRef: ElementRef; constructor(id?: string); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }