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

//#region src/chat/ChatInputArea/components/ChatSendButton.d.ts
declare const ChatSendButton: FC<ChatSendButtonProps>;
//#endregion
export { ChatSendButton };
//# sourceMappingURL=ChatSendButton.d.mts.map