import React from 'react'; interface InlineTooltipProps { id: string; text: string; responsiveStyles: any; absolute?: boolean; containerRef?: React.RefObject; repeat?: any; } export default function InlineTooltip({ id, text, responsiveStyles, absolute, containerRef, repeat }: InlineTooltipProps): import("@emotion/react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=InlineTooltip.d.ts.map