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