import { LocationInterface, LocationResult } from '../location-interface';
export default class TencentMapApiLocation implements LocationInterface {
    getLocation(): Promise<LocationResult>;
}
