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