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