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