import { Toast, NotificationType } from './toast'; export declare class AvNotificationsOverlayComponent { toast: any[]; timeouts: any[]; constructor(); addToast(type: NotificationType, message: string, list: Array, userOptions: object): void; dismissToast(t: Toast): void; removeToast(id: any): void; toastState(): "show" | "showMobile"; }