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