export interface TeamListProps {
    loading?: boolean;
    activeElement?: string;
    elements?: any[];
}
