import {
  CometChatOngoingCall,
  CometChatOngoingCallInterface,
} from "./CometChatOngoingCall";
import { OngoingCallStyleInterface } from "./OngoingCallStyle";

export { CometChatOngoingCall };
export type { CometChatOngoingCallInterface, OngoingCallStyleInterface };
