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