import React from 'react'; import type { DbChatAvatarProps } from './types'; declare const DbChatAvatar: React.FC; export default DbChatAvatar; export type { DbChatAvatarProps, SenderType } from './types';