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