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