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