import type { TooltipConfiguration } from './types'; /** * Cleanup and reset the tooltip element */ export declare function cleanupTooltipElement(): void; /** * Create a tooltip * * If there isn't a tooltip element it will be created */ export declare function useTooltip(opts: TooltipConfiguration): void; //# sourceMappingURL=useTooltip.d.ts.map