import styled from 'styled-components'; import ListComponent from './components/ListComponent'; import listStyle from './style'; const List = styled(ListComponent)` ${listStyle} `; export default List as typeof ListComponent;