import { KoraElement } from "../../base/kora-element.js"; import type { KoraTooltipState } from "./template.js"; /** — CSS-driven hover/focus. */ export declare class KoraTooltip extends KoraElement { #private; static get observedAttributes(): string[]; protected get preservesChildren(): boolean; protected initialState(): KoraTooltipState; protected template(): string; attributeChangedCallback(name: string, _old: string | null, value: string | null): void; protected hydrate(): void; protected update(): void; } declare global { interface HTMLElementTagNameMap { "kora-tooltip": KoraTooltip; } } //# sourceMappingURL=kora-tooltip.d.ts.map