import List from './List'; export { IListProps } from './List.props'; export { List }; export default List;