import styled from 'styled-components'; const Wrapper = styled.div` color: ${(props) => props.theme.colors.text.muted}; `; export default Wrapper;