import React from 'react'; import { ListProps } from './interfaces'; declare const List: React.FC; export default List;