/// import { withRouter } from "react-router"; export declare const ThingList: { ({ folder, history, name, subject, types, }: { folder: any; history: any; name: any; subject: any; types: any; }): JSX.Element; type: import("@ontologies/core").NamedNode[]; topology: import("@ontologies/core").NamedNode; mapDataToProps: { name: import("@ontologies/core").NamedNode[]; types: { label: import("@ontologies/core").NamedNode; limit: number; }; }; hocs: (typeof withRouter)[]; };