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