export declare class NotificationsComponent { private theClass; options: { timeOut: number; lastOnBottom: boolean; clickToClose: boolean; maxLength: number; maxStack: number; showProgressBar: boolean; pauseOnHover: boolean; preventDuplicates: boolean; preventLastDuplicates: string; rtl: boolean; animate: string; position: string[]; }; created(event: any): void; destroyed(event: any): void; }