import { PathOptions } from "leaflet";
/**
 * Base64 data-url for a transparent 1px png image
 */
export declare const TRANSPARENT_PIXEL: string;
/**
 * Default value for delays caused by animations (in milliseconds)
 */
export declare const ANIMATION_DELAY: number;
/**
 * Some lorem ipsum test content
 */
export declare const EXAMPLE_CONTENT: string;
/**
 * URL-schema of the official OSM tile-server
 */
export declare const OSM_TILE_LAYER_URL: string;
/**
 * URL for an example image for image-overlays
 */
export declare const IMAGE_OVERLAY_URL: string;
/**
 * Base URL for a sample WMS service
 */
export declare const EXAMPLE_WMS_LAYER_URL: string;
/**
 * Layers of the example WMS service
 */
export declare const EXAMPLE_WMS_LAYER_NAMES: string[];
/**
 * Default attribution prefix
 */
export declare const ATTRIBUTION_PREFIX: string;
/**
 * Empty default style
 */
export declare const DEFAULT_STYLE: PathOptions;
