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