export declare class LocationDefaultOptions {
    static defaultLocation: {
        lat: number;
        lng: number;
    };
    static defaultTimeout: number;
    static defaultUseWxSdk: boolean;
    static defaultUseTipSdk: boolean;
    static defaultUseSlugSdk: boolean;
    static defaultUseMsdk: boolean;
    static defaultUseTencentMap: boolean;
    static defaultUseTencentMapIfFail: boolean;
    static defaultUseTencentMapApi: boolean;
    static defaultCache: boolean;
    static defaultLocalCache: boolean;
    static defaultLocalExpireMs: number;
    static defaultTipLocationUsageDesc: string;
    static defaultNeedAllowLocation: boolean;
    static defaultForceUpdateLocation: boolean;
}
