import { EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { ScMenuComponent } from '../sc-menu'; import { SCNotification, SCNotificationEvent, SCNotificationsService } from './sc-notifications.service'; import * as i0 from "@angular/core"; export declare class SCNotificationButtonComponent implements OnInit, OnDestroy { notificationsService: SCNotificationsService; notificationMenu: ScMenuComponent; notificationClicked: EventEmitter; endOfList: EventEmitter; constructor(notificationsService: SCNotificationsService); ngOnInit(): void; ngOnDestroy(): void; handleClick(event: MouseEvent): void; handleNotificationClicked(event: MouseEvent, notification: SCNotification): void; handleOpenNotificationListClicked(event: MouseEvent): void; private checkEndOfList; onScroll(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }