import React from "react"; import "./index.less"; declare const List: { (props: any): React.JSX.Element; Item: import("antd/es/list/Item").ListItemTypeProps; }; export default List;