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