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