import * as React from 'react'; import type { IHoverCardProps } from './HoverCard.types'; export declare const HoverCard: React.FunctionComponent;