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