import { ChatItemProps } from "./type.mjs";
import * as react129 from "react";

//#region src/chat/ChatItem/ChatItem.d.ts
declare const ChatItem: react129.NamedExoticComponent<ChatItemProps>;
//#endregion
export { ChatItem };
//# sourceMappingURL=ChatItem.d.mts.map