import { type PropsWithChildren } from 'react'; export declare function Tooltip({ children }: PropsWithChildren): JSX.Element;