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