import { BackgroundLayerSpecification } from 'maplibre-gl'; import { PropType } from 'vue'; /** * Background Layer * * See the [layer style specification](https://maplibre.org/maplibre-style-spec/layers/) */ declare const _default: import('vue').DefineComponent; required: true; }; /** * Arbitrary properties useful to track with the layer, but do not influence rendering. Properties should be prefixed to avoid collisions, like 'maplibre:'. */ metadata: PropType; /** * The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden. */ minzoom: PropType; /** * The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden. */ maxzoom: PropType; /** * The ID of an existing layer to insert the new layer before, resulting in the new layer appearing visually beneath the existing layer. If this argument is not specified, the layer will be appended to the end of the layers array and appear visually above all other layers. */ before: PropType; /** * Layout properties for the layer. * See https://maplibre.org/maplibre-style-spec/layers/#background */ layout: PropType; /** * Default paint properties for this layer. * See https://maplibre.org/maplibre-style-spec/layers/#background */ paint: PropType; }>, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, (keyof import('maplibre-gl').MapLayerEventType)[], keyof import('maplibre-gl').MapLayerEventType, import('vue').PublicProps, Readonly; required: true; }; /** * Arbitrary properties useful to track with the layer, but do not influence rendering. Properties should be prefixed to avoid collisions, like 'maplibre:'. */ metadata: PropType; /** * The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden. */ minzoom: PropType; /** * The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden. */ maxzoom: PropType; /** * The ID of an existing layer to insert the new layer before, resulting in the new layer appearing visually beneath the existing layer. If this argument is not specified, the layer will be appended to the end of the layers array and appear visually above all other layers. */ before: PropType; /** * Layout properties for the layer. * See https://maplibre.org/maplibre-style-spec/layers/#background */ layout: PropType; /** * Default paint properties for this layer. * See https://maplibre.org/maplibre-style-spec/layers/#background */ paint: PropType; }>> & Readonly<{ onTouchcancel?: ((...args: any[]) => any) | undefined; onTouchend?: ((...args: any[]) => any) | undefined; onTouchstart?: ((...args: any[]) => any) | undefined; onClick?: ((...args: any[]) => any) | undefined; onContextmenu?: ((...args: any[]) => any) | undefined; onDblclick?: ((...args: any[]) => any) | undefined; onMousemove?: ((...args: any[]) => any) | undefined; onMouseup?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; onMouseout?: ((...args: any[]) => any) | undefined; onMouseover?: ((...args: any[]) => any) | undefined; onMouseenter?: ((...args: any[]) => any) | undefined; onMouseleave?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;