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