import type { Instance } from 'tippy.js'; export declare class TitleStore { static instances: Record; static id: number; static idAttrName: string; static get(el: HTMLElement): Instance; static add(el: HTMLElement, instance: Instance): void; static remove(el: HTMLElement): void; }