import { ListProps } from "@material-ui/core/List"; import { TopologyProvider, TopologyProviderProps } from "link-redux"; import * as React from "react"; export declare const ListTopology: import("@ontologies/core").NamedNode; export declare class List extends TopologyProvider { constructor(props: any); render(): React.FunctionComponentElement>; }