import TencentMapLocation from './platform/tencent-map-location';
declare function locationHandle(options: any): any;
declare namespace locationHandle {
var failHandle: (options: any, handle: any) => TencentMapLocation | undefined;
}
export default locationHandle;