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