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