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