import {
  CometChatJoinProtectedGroup,
  CometChatJoinProtectedGroupInterface,
  JoinProtectedGroupStyleInterface,
} from "./CometChatJoinProtectedGroup";
import {
  JoinProtectedGroupConfiguration,
  JoinProtectedGroupConfigurationInterface,
} from "./JoinProtectedGroupConfiguration";
export { CometChatJoinProtectedGroup, JoinProtectedGroupConfiguration };
export type {
  CometChatJoinProtectedGroupInterface,
  JoinProtectedGroupStyleInterface,
  JoinProtectedGroupConfigurationInterface,
};
