/// <reference types="react" />
import type { Props } from "../types";
declare const Card: ({ height, rowHeight, ...props }: Props) => JSX.Element;
export default Card;
