import { default as React, FC } from 'react'; export declare const hoverDelay: { open: number; close: number; }; interface Props { children: React.ReactNode; } /** * Enables tooltips to share a global "warm-up" period for their hover delay. * You must wrap your application in this component for tooltips to function. */ export declare const TooltipProvider: FC; export {}; //# sourceMappingURL=TooltipProvider.d.ts.map