import { ForwardRefExoticComponent, RefAttributes } from 'react'; import { TooltipProps } from '@mantine/core'; export declare const Tooltip: ForwardRefExoticComponent< TooltipProps & RefAttributes & { component?: any; renderRoot?: (props: Record) => React.ReactNode; }>;