/// import * as React from "react"; import { GetNamespacedId } from "../types"; export declare class Diagram extends React.Component { getNamespacedId: GetNamespacedId; constructor(props: any); setFillOpacity: (props: any) => any; getNamespacedIdWithDiagramNamespace: import("lodash").CurriedFunction2; createChildProps3: import("lodash").CurriedFunction3, Record, Record, any>; handleClick: (e: any) => void; componentWillReceiveProps(nextProps: any): void; render(): JSX.Element; }