import type { PlacePickerOptions, PlacePickerResults } from "./ReactNativePlacePicker.types";
export declare function pickPlace(options?: PlacePickerOptions): Promise<PlacePickerResults>;
export * from "./ReactNativePlacePicker.types";
//# sourceMappingURL=index.d.ts.map