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