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