export declare enum TabContentType {
    PARTICIPANTS = "participants",
    INVITED = "invited",
    REQUESTS = "requests"
}
