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