import React from 'react'; import type { TooltipProps } from './iTooltip'; export declare const configContext: React.Context<{ getPrefixCls: (suffixCls: string, customizePrefixCls?: string) => string; renderEmpty: null; }>; declare const Tooltip: React.ForwardRefExoticComponent>; export default Tooltip;