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