/// import type { ChatItemProps } from './type'; declare const ChatItem: import("react").NamedExoticComponent; export default ChatItem; export type { ChatItemProps } from './type';