import type { RefObject } from "react"; export declare function drawTooltip(tip: string | undefined, tooltipBgColor: string, tooltipTextColor: string, triggerRef: RefObject, containerRef: RefObject): JSX.Element | null; //# sourceMappingURL=draw.d.ts.map