import ChatAvatar from './ChatAvatar';

export default ChatAvatar;

export { default as ChatAvatar } from './ChatAvatar';
export type { ChatAvatarProps } from './ChatAvatar';

export { default as RegularChatAvatar } from './RegularChatAvatar';
export type { RegularChatAvatarProps } from './RegularChatAvatar';

export { default as GroupChatAvatar } from './GroupChatAvatar';
export type { GroupChatAvatarProps } from './GroupChatAvatar';

export { default as TicketChatAvatar } from './TicketChatAvatar';
export type { TicketChatAvatarProps } from './TicketChatAvatar';
