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