/// <reference types="react" />
declare const Chats: (props: any, ref: any) => JSX.Element;
export default Chats;
