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