import { ChatSendButtonProps } from "../type.mjs";
//#region src/mobile/ChatInputArea/components/ChatSendButton.d.ts
declare const ChatSendButton: import("react").NamedExoticComponent<ChatSendButtonProps>;
//#endregion
export { ChatSendButton as default };
//# sourceMappingURL=ChatSendButton.d.mts.map