import React from 'react'; import { ICloud } from '../types/cloud'; export declare const Cloud: (props: ICloud) => React.JSX.Element;