import { IHoverCardStyles } from './HoverCard.types';
export declare const getStyles: (customStyles?: IHoverCardStyles) => IHoverCardStyles;
