import { CSSObject } from '@emotion/react'; import { TooltipContentProps } from './TooltipContent.types.js'; import 'react'; import '../../types.js'; declare const calculatePosition: ({ position, offsetY, offsetX, hasArrow, }: Pick) => CSSObject; export { calculatePosition };