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