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