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