import { type CardProps } from '../Card'; export interface HoverCardProps extends CardProps { } export declare function HoverCard({ padding, width, style, vertical, reverse, ...props }?: HoverCardProps): any;