/// <reference types="react" />
declare function List(props: any): JSX.Element;
export default List;
