import { DialogProps } from "@material-ui/core/Dialog"; import { TopologyProvider, TopologyProviderProps } from "link-redux"; import * as React from "react"; export declare const DialogTopology: import("@ontologies/core").NamedNode; /** * Sets a dialog topology. * [Dialog](https://material.io/design/components/dialogs.html) refers to alert, simple * and confirmation dialogs */ export declare class Dialog extends TopologyProvider { constructor(props: any); render(): React.FunctionComponentElement>; }