export function SendButton({ onClick }: {
    onClick: any;
}): JSX.Element;
