import OSNotification from '../OSNotification';
export default class NotificationWillDisplayEvent {
    notification: OSNotification;
    constructor(displayEvent: OSNotification);
    preventDefault(): void;
    getNotification(): OSNotification;
}
