import { ShapeComponentProps, Size } from 'dagre-reactjs'; import * as React from 'react'; export declare const calculateCloudPath: (size: Size) => string; export declare const Cloud: React.FC;