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