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