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