import { OnInit, OnDestroy } from '@angular/core'; import { FoundryThemeVariant } from '../../../constants/foundry-theme.constants'; import { FoundryNotificationPayload } from '../../../interfaces/foundry-notification-payload.interface'; import * as i0 from "@angular/core"; interface InternalToast { payload: FoundryNotificationPayload; isLeaving: boolean; } export declare class FoundryNotificationContainerComponent implements OnInit, OnDestroy { /** INJECTORS */ private readonly foundryNotificationSE; private readonly changeDetectorRef; /** LISTENERS */ private subscription; /** CONTROL VARIABLES */ activeToasts: Array; /** LIFECYCLE HOOKS */ ngOnInit(): void; ngOnDestroy(): void; /** ACTIONS */ addNotification(payload: FoundryNotificationPayload): void; /** GETTERS & SETTERS */ getStyleClass(type: FoundryThemeVariant): string; /** AUXILIAR FUNCTIONS */ private initializeSubscription; private destroySubscription; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};