import { ChatHeaderTitleProps } from "./type.mjs";
import { FC } from "react";

//#region src/chat/ChatHeader/ChatHeaderTitle.d.ts
declare const ChatHeaderTitle: FC<ChatHeaderTitleProps>;
//#endregion
export { ChatHeaderTitle };
//# sourceMappingURL=ChatHeaderTitle.d.mts.map