/// <reference types="react" />
import { TeamListCardProps } from './TeamListCardProps';
export declare const TeamListCard: (props: TeamListCardProps) => JSX.Element;
declare const _default: import("react-redux").ConnectedComponent<(props: TeamListCardProps) => JSX.Element, Pick<TeamListCardProps, "loading" | "classNames" | "error" | "activeElement" | "elements">>;
export default _default;
