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