import { NativeNotificationVisibility, NotificationEventMap, PropertyChangeEvent, Status } from '../../index'; export interface DesktopNotificationEventMap extends NotificationEventMap { 'propertyChange:nativeNotificationShown': PropertyChangeEvent; 'propertyChange:nativeNotificationStatus': PropertyChangeEvent; 'propertyChange:nativeNotificationTitle': PropertyChangeEvent; 'propertyChange:nativeNotificationVisibility': PropertyChangeEvent; } //# sourceMappingURL=DesktopNotificationEventMap.d.ts.map