import React from "react"; import { ListItemMetaProps, ListItemProps, ListProps } from "."; declare const List: React.FunctionComponent> & { Item: React.FunctionComponent & { Meta: React.FunctionComponent; }; }; export default List;