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