const Styles = { Style: styled.div` display: block; width:100px; height: 100px; background: red; `, }; return <Styles.Style></Styles.Style>;