import React from 'react'; export declare const Tooltip: ({ title, children }: React.PropsWithChildren<{ title: string; }>) => JSX.Element;