import * as i0 from "@angular/core"; declare global { interface Window { notifizz: (...args: any[]) => void; initNotifizz: (...args: any[]) => void; _notifizz: { _notifizzSettings: { apiKey: string; server: string; loaderVersion: number; apiUrl: string; }; _queue: any[][]; }; } } export declare class NotifizzAngularComponent { options: { apiKey: string | undefined; token: string; authType: string; }; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }