import { ReactIconComponentType } from '../types';

declare const DeviceUnknown: ReactIconComponentType;
export default DeviceUnknown;
            