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