import React from 'react';
export declare const CloudItem: ({ vis, onClick }: {
    vis: any;
    onClick: any;
}) => React.JSX.Element;
