import React from 'react'; export declare function HoverPopover({ children, openDelay, card, side, arrowClass, }: { children: React.ReactNode; openDelay?: number; arrowClass?: string; side?: 'top' | 'right' | 'bottom' | 'left'; card: React.ReactNode | ((args: { load: boolean; }) => React.ReactNode); }): import("react/jsx-runtime").JSX.Element; export declare function Tooltip({ title, children, className, }: { title: React.ReactNode; children: React.ReactNode; className?: string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=HoverPopover.d.ts.map