import { TooltipProps } from './Tooltip.types';
/**
* Tooltip component - Displays helpful text on hover/focus
*
* @example
* ```tsx
* // Basic usage
*
*
*
*
* // Different positions
*
* Top
*
*
* // With delay
*
*
*
*
* // Disabled
*
* No tooltip
*
* ```
*/
export declare const Tooltip: import('react').ForwardRefExoticComponent>;
export default Tooltip;
//# sourceMappingURL=Tooltip.d.ts.map