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