/** Adds a native title plus styled hover/focus tooltip via `data-tooltip`. */ export declare function attachIconTooltip(element: HTMLElement, text: string): void; //# sourceMappingURL=tooltip.d.ts.map