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