export declare const mockProfileData: {
    teamId: string;
    displayName: string;
    description: string;
    avatarImageUrl: string;
    headerImageUrl: string;
    memberAvatars: {
        src: string;
        name: string;
        key: string;
    }[];
    memberCount: number;
    isVerified: boolean;
    teamProfileUrl: string;
};
export declare const mockTeamContainersQueries: () => void;
