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