import "./sdkStyleMarker"; import "./noCodeGlobal.css"; import "@cometchat/chat-uikit-react/css-variables.css"; export declare const showOutgoingCallUI: (call: any) => void; export declare const showOnGoingCallUI: (sessionId: string) => void; export declare const showDirectOnGoingCall: (callToken: string) => void; export declare const cleanupCallUI: () => void; declare global { interface Window { MyReactComponents: any; CometChatApp: any; } }