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