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