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