/// type ImpHoverCardProps = { value: number; }; export declare function ImpHoverCard({ value }: ImpHoverCardProps): JSX.Element; export {};