import Component from '../../components/map/map.component.js'; /** * @since 2.0 * @status experimental * @viur 0.5 * * @slot - The default slot. * @slot example - add Poi in this slot. * * @csspart base - The component's map wrapper. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;