```js // MyComponent.js const Component = styled.div(({ theme }) => ({ background: theme.background.app, width: 0, })); ```