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