import React from 'react'; import type { LivemapProps, LivemapRef } from '../types'; /** * This component represents a React Native embed of the [IOS](https://developers.getwemap.com/docs/ios/getting-started) and the [Android](https://developers.getwemap.com/docs/android/Livemap/) SDK. * It allows the developper to interact with it. * * To get a full documentation on its props and methods, please refers to [[LivemapProps]] and [[LivemapRef]] respectively. */ declare const Livemap: React.ForwardRefExoticComponent>; export default Livemap;