import type { IToolTipComponentType } from './types'; export declare function createTooltip({ Text, Root, Content, AnimatePresence, }: { Text: React.ComponentType; Root: React.ComponentType; Content: React.ComponentType; AnimatePresence?: React.ComponentType; }): IToolTipComponentType; //# sourceMappingURL=index.d.ts.map