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