import {
  CometChatConfirmDialog,
  CometChatConfirmDialogInterface,
} from "./CometChatConfirmDialog";
import { CometChatConfirmDialogStyleInterface } from "./CometChatConfirmDialogStyle";
export { CometChatConfirmDialog };
export type {
  CometChatConfirmDialogInterface,
  CometChatConfirmDialogStyleInterface,
};
