/// export interface MobileChatSendButtonProps { loading?: boolean; onSend?: () => void; onStop?: () => void; } declare const MobileChatSendButton: import("react").NamedExoticComponent; export default MobileChatSendButton;