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