import { DesktopNotificationEventMap, Event } from '../../index';
export interface PopupBlockerDesktopNotificationEventMap extends DesktopNotificationEventMap {
    'linkClick': Event;
}
//# sourceMappingURL=PopupBlockerDesktopNotificationEventMap.d.ts.map