/// <reference types="react" />
import type { ChatListItemProps } from '../type';
declare const ChatListItem: import("react").NamedExoticComponent<ChatListItemProps>;
export default ChatListItem;
