import styled from '@emotion/styled'; import {Button} from 'sentry/components/button'; import {t} from 'sentry/locale'; import {space} from 'sentry/styles/space'; function WrappedButton({...props}) { return ; } const ContinueButton = styled(WrappedButton)` margin-top: ${space(1.5)}; `; export default ContinueButton;