import { ESVisualObject, JsonValue, UniteChanged } from "@u-gis/core"; export declare class ESXYZLayer extends ESVisualObject { static readonly createDefaultProps: () => { attributions: import("@u-gis/core").ReactiveVariable; attributionsCollapsible: boolean | undefined; cacheSize: number | undefined; crossOrigin: string | undefined; interpolate: boolean | undefined; projection: import("@u-gis/core").ReactiveVariable; reprojectionErrorThreshold: number | undefined; maxZoom: number | undefined; minZoom: number | undefined; opaque: boolean | undefined; maxResolution: number | undefined; tileSize: number | undefined; gutter: number | undefined; tileUrlFunction: string | undefined; tileGrid: import("@u-gis/core").ReactiveVariable; tileLoadFunction: string | undefined; tilePixelRatio: number | undefined; url: string | undefined; urls: import("@u-gis/core").ReactiveVariable; wrapX: boolean | undefined; transition: number | undefined; zDirection: number | undefined; zIndex: number | undefined; show: boolean; collision: boolean; allowPicking: boolean; flyToParam: import("@u-gis/core").ReactiveVariable; flyInParam: import("@u-gis/core").ReactiveVariable; name: string; ref: string | undefined; extras: import("@u-gis/core").ReactiveVariable; devTags: import("@u-gis/core").ReactiveVariable; execOnceFuncStr: string | undefined; updateFuncStr: string | undefined; toDestroyFuncStr: string | undefined; }; static readonly type: any; /** * 获取 ES 属性。 * @returns ES 属性对象。 */ getESProperties(): { basic: import("@u-gis/core").Property[]; general: import("@u-gis/core").Property[]; more: import("@u-gis/core").Property[]; defaultMenu: string; dataSource: import("@u-gis/core").Property[]; location: import("@u-gis/core").Property[]; coordinate: import("@u-gis/core").Property[]; style: import("@u-gis/core").Property[]; }; constructor(id?: string); } export interface ESXYZLayer extends UniteChanged> { } //# sourceMappingURL=ESXYZLayer.d.ts.map