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