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