import { OnInit, Renderer2, TemplateRef, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IntDefaultNotificationComponent implements OnInit { private host; private renderer; mode: 'info' | 'danger' | 'success' | 'warning'; title: string | null; description: string | null; addedDescription: string | null; closeFn: () => void; template: TemplateRef | null; templatePayload: Object | null; constructor(host: ViewContainerRef, renderer: Renderer2); get animation(): boolean; ngOnInit(): void; get modify(): string; get isDivider(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }