import Taro from '@tarojs/api';
/**
 * 打开地图选择位置。
 */
declare const chooseLocation: typeof Taro.chooseLocation;
export { chooseLocation };
