import React from 'react'; import type { TooltipProps } from './types'; declare const _default: React.MemoExoticComponent<({ transform, children, backgroundColor, width, height, }: TooltipProps) => JSX.Element>; export default _default;