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