import { DesktopNotificationModel } from '../../index';
export interface PopupBlockerDesktopNotificationModel extends DesktopNotificationModel {
    preserveOpener?: boolean;
    linkUrl?: string;
    linkText?: string;
}
//# sourceMappingURL=PopupBlockerDesktopNotificationModel.d.ts.map