/// <reference types="react" />
import { CardProps } from './CardProps';
export declare const Card: (props: CardProps) => JSX.Element;
declare const _default: import("react-redux").ConnectedComponent<(props: CardProps) => JSX.Element, Pick<CardProps, "className" | "body" | "header" | "link" | "image" | "text" | "children" | "loading" | "onClick" | "content" | "backgroundColor" | "bg" | "border">>;
export default _default;
