import cactusTheme from '@repay/cactus-theme' import { render } from '@testing-library/react' import * as React from 'react' import { DefaultTheme, withTheme } from 'styled-components' import StyleProvider from './StyleProvider' interface TestComponentProps { theme: DefaultTheme } const TestComponentBase = (props: TestComponentProps): React.ReactElement => { return