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