import { AppLinkActionEvent, Event, ModelAdapter, Notification } from '../index'; export declare class NotificationAdapter extends ModelAdapter { protected _onWidgetClose(event: Event): void; protected _onWidgetAppLinkAction(event: AppLinkActionEvent): void; protected _onWidgetEvent(event: Event): void; } //# sourceMappingURL=NotificationAdapter.d.ts.map