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