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