import Component from '../../components/spatial-picker/spatial-picker.component.js'; /** * @summary A component that allows input of coordinates and rendering of map. * @documentation https://terra-ui.netlify.app/components/spatial-picker * @status stable * @since 1.0 * */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;