import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Wifi: React.MemoExoticComponent>; declare type WifiRef = PathIconRef; declare type WifiProps = PathIconProps; export { Wifi }; export type { WifiRef, WifiProps }; export default Wifi;