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