import type { OkHiLocationManagerProps } from './types'; /** * The OkHiLocationManager React Component is used to display an in app modal, enabling the user to quickly create an accurate OkHi address. */ declare const OkHiLocationManager: (props: OkHiLocationManagerProps) => JSX.Element; export default OkHiLocationManager;