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