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