import { IChatItem } from "../api/chatApi";
export declare const chatListSelect: (state: any) => IChatItem[];
