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