import React from "react"; /** * Component wrapping a Tooltip to debug it's positioning issues. This should be * stripped out when we figure out why we keep having off-by-one pixel issues. */ export declare const DebugTooltip: React.FC;