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