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