import { IToolTipProps } from './interfaces.js';
export declare function Tooltip(props: IToolTipProps): import("react/jsx-runtime").JSX.Element;
