/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { FocusTrapFactory } from '@angular/cdk/a11y'; import { OverlayRef } from '@angular/cdk/overlay'; import { CdkPortalOutlet } from '@angular/cdk/portal'; import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core'; import { VtsConfigService } from '@ui-vts-kit/ng-vts/core/config'; import { VtsSafeAny } from '@ui-vts-kit/ng-vts/core/types'; import { BaseModalContainerComponent } from './modal-container'; import { ModalOptions } from './modal-types'; import * as i0 from "@angular/core"; export declare class VtsModalContainerComponent extends BaseModalContainerComponent { config: ModalOptions; portalOutlet: CdkPortalOutlet; modalElementRef: ElementRef; constructor(elementRef: ElementRef, focusTrapFactory: FocusTrapFactory, cdr: ChangeDetectorRef, render: Renderer2, overlayRef: OverlayRef, vtsConfigService: VtsConfigService, config: ModalOptions, document: VtsSafeAny, animationType: string); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }