import { RadarNativeInterface } from "./@types/RadarNativeInterface"; declare let nativeModule: RadarNativeInterface; export default nativeModule; declare let RadarRNWeb: any; export { RadarRNWeb }; declare let Autocomplete: any; export { Autocomplete }; declare let Map: any; export { Map }; export type { RadarMapProps } from "./ui/map"; export * from "./@types/types"; export * from "./@types/RadarNativeInterface";