import getLocation from './getLocation'; /** * * @name location * @title 位置 */ declare const _default: { getLocation: typeof getLocation; }; export default _default;