import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { WifiZeroIcon as VanillaWifiZeroIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const WifiZeroIcon: ForwardRefExoticComponent & RefAttributes>; export declare const WifiZero: ForwardRefExoticComponent & RefAttributes>;