import { MobxLitElement } from '@adobe/lit-mobx'; import '@digital-realty/ix-icon-button/ix-icon-button.js'; export declare class NotificationTooltip extends MobxLitElement { static get styles(): import("lit").CSSResult[]; notificationTooltip: HTMLDivElement; isVisible: boolean; label: string; hoveredElement: HTMLElement | undefined; connectedCallback(): void; disconnectedCallback(): void; configureNotificationTooltip: (e: any) => void; hideNotificationTooltip: () => void; updated(changedProperties: Map): void; render(): import("lit-html").TemplateResult<1>; }