import React from 'react';
import { PopupRef } from '../popup';
import { TdTooltipProps } from './type';
export type TooltipProps = TdTooltipProps;
declare const Tooltip: React.ForwardRefExoticComponent<TdTooltipProps & React.RefAttributes<Partial<PopupRef>>>;
export default Tooltip;