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