/// export declare type SendButtonProps = { ready: boolean; onClick: () => void; }; export default function SendButton(props: SendButtonProps): JSX.Element;