import { CometChatAvatar } from "./CometChatAvatar";
import {
  AvatarConfiguration,
  AvatarConfigurationInterface,
} from "./AvatarConfiguration";
import { AvatarStyle, AvatarStyleInterface } from "./AvatarStyle";

export { CometChatAvatar, AvatarConfiguration, AvatarStyle };
export type { AvatarConfigurationInterface, AvatarStyleInterface };
