export declare const showTooltip: ({ clientX, clientY, }: { clientX: number; clientY: number; }, tooltipId: string) => void;