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