/** * 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 { Direction } from '@angular/cdk/bidi'; import { ChangeDetectorRef } from '@angular/core'; import { ToastConfig, VtsConfigService } from '@ui-vts-kit/ng-vts/core/config'; import { VtsMNContainerComponent } from '@ui-vts-kit/ng-vts/message'; import { VtsToastData, VtsToastDataOptions } from './typings'; import * as i0 from "@angular/core"; export declare class VtsToastContainerComponent extends VtsMNContainerComponent { dir: Direction; bottom?: string | null; top?: string | null; config: Required; instances: Array>; topLeftInstances: Array>; topRightInstances: Array>; bottomLeftInstances: Array>; bottomRightInstances: Array>; constructor(cdr: ChangeDetectorRef, vtsConfigService: VtsConfigService); create(toast: VtsToastData): Required; protected onCreate(instance: VtsToastData): Required; protected subscribeConfigChange(): void; protected updateConfig(): void; private replaceToast; protected readyInstances(): void; protected mergeOptions(options?: VtsToastDataOptions): VtsToastDataOptions; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }