/// <reference types="react" />
import type { ChatItemProps } from './type';
declare const ChatItem: import("react").NamedExoticComponent<ChatItemProps<Record<string, any>>>;
export default ChatItem;
export type { ChatItemProps } from './type';
