/** * @param el - The element to show the tooltip on * @param tooltip - The tooltip text to show * @param options * @public */ export function setTooltip( el: HTMLElement, tooltip: string, options?: TooltipOptions ): void;