import { DesktopNotification, InitModelOf, PopupBlockerDesktopNotificationEventMap, PopupBlockerDesktopNotificationModel } from '../../index'; export declare class PopupBlockerDesktopNotification extends DesktopNotification implements PopupBlockerDesktopNotificationModel { model: PopupBlockerDesktopNotificationModel; eventMap: PopupBlockerDesktopNotificationEventMap; self: PopupBlockerDesktopNotification; preserveOpener: boolean; linkUrl: string; linkText: string; $link: JQuery; constructor(); protected _init(model: InitModelOf): void; protected _render(): void; protected _renderProperties(): void; protected _renderLinkUrl(): void; protected _onLinkClick(event: JQuery.ClickEvent): void; } //# sourceMappingURL=PopupBlockerDesktopNotification.d.ts.map