import {
  CometChatDetails,
  CometChatDetailsInterface,
  DetailsStyleInterface,
  ModalDetailsInterface,
  ModalDetailsStyleInterface,
} from "./CometChatDetails";
import {
  DetailsConfiguration,
  DetailsConfigurationInterface,
} from "./DetailsConfiguration";
export { CometChatDetails, DetailsConfiguration };
export type {
  DetailsConfigurationInterface,
  CometChatDetailsInterface,
  DetailsStyleInterface,
  ModalDetailsInterface,
  ModalDetailsStyleInterface,
};
