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