/// <reference types="react" />
import type { ChatHeaderTitleProps } from './type';
declare const ChatHeaderTitle: import("react").NamedExoticComponent<ChatHeaderTitleProps>;
export default ChatHeaderTitle;
