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