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