import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const Wifi: React.FC<IconBaseProps>;
export default Wifi;
