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