// @ts-nocheck import { Observable } from "rxjs"; export declare class ContactElement { /** * Get if user is part of global contact or not. */ public isUserGlobalContact: () => Observable; constructor(); /** * Get if user is part of global contact or not. */ private _isUserGlobalContact; }