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