import React from 'react';
import { IIcon } from '@onesy/ui-react';
declare const IconMaterialWifiCalling1W100: React.ForwardRefExoticComponent<Omit<IIcon, "ref"> & React.RefAttributes<unknown>>;
export default IconMaterialWifiCalling1W100;
