import { ChatSendButtonProps } from "../type.mjs";
import * as react150 from "react";

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