import React from 'react';
export interface CloudProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    style?: any;
}
export declare const Cloud: React.FC<CloudProps>;
//# sourceMappingURL=Cloud.native.d.ts.map