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