import { EventEmitter } from '@angular/core'; import { DestroyService } from '@uib/angular/common'; import { Notification, NotificationButton, NotificationButtonCallback, NotificationOptions } from './models'; import * as i0 from "@angular/core"; export declare class NotificationComponent { private readonly ngOnDestroy$; private _options; private readonly timer$$; private readonly timer$; notification: Notification; set options(value: NotificationOptions); get options(): NotificationOptions; get buttons(): NotificationButton[]; dismiss: EventEmitter; constructor(ngOnDestroy$: DestroyService); onDismiss(): void; onButtonAction(action?: NotificationButtonCallback, dismiss?: boolean): void; onSwipeUp(): void; trackByIndex(index: number): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=notification.component.d.ts.map