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