import React from 'react';
declare function List({ filteredItems }: any): React.JSX.Element;
export default List;
