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