import { IChatRecordList } from '../../types';
declare const ChatRecordList: (props: IChatRecordList) => JSX.Element;
export default ChatRecordList;
