import { MapTileSource } from "./MapTileSource"; import { DependencyProperty } from "./DependencyProperty"; import { ObservableCollection$1 } from "./ObservableCollection$1"; import { IList$1, Type } from "./type"; /** * @hidden */ export declare class BingMapsTileSource extends MapTileSource { static $t: Type; constructor(a: number); constructor(a: number, b: string, c: ObservableCollection$1); constructor(a: number, ..._rest: any[]); static readonly tilePathProperty: DependencyProperty; get tilePath(): string; set tilePath(a: string); static readonly subDomainsProperty: DependencyProperty; get subDomains(): ObservableCollection$1; set subDomains(a: ObservableCollection$1); private ag; private ab; static readonly cultureNameProperty: DependencyProperty; get cultureName(): string; set cultureName(a: string); protected x(a: number, b: number, c: number, d: IList$1): void; private z; private ad; private static af; }