/**
 * Maps constants doc
 */
/**
 * Specifies the maps load event name.
 *
 * @private
 */
export declare const load: string;
/**
 * Specifies the maps loaded event name.
 *
 * @private
 */
export declare const loaded: string;
/**
 * Specifies the maps click event name.
 *
 * @private
 */
export declare const click: string;
/**
 * Specifies the maps onclick event name.
 *
 * @private
 */
export declare const onclick: string;
/**
 * Specifies the maps right click event name.
 *
 * @private
 */
export declare const rightClick: string;
/**
 * Specifies the maps double click event name.
 *
 * @private
 */
export declare const doubleClick: string;
/**
 * Specifies the maps resize event name.
 *
 * @private
 */
export declare const resize: string;
/**
 * Specifies the maps tooltip event name.
 *
 */
export declare const tooltipRender: string;
/**
 * Specifies the map shape selected event.
 *
 */
export declare const shapeSelected: string;
/**
 * Specifies the maps shape highlight event.
 *
 */
export declare const shapeHighlight: string;
/**
 * Specifies the maps mouse move event name.
 *
 * @private
 */
export declare const mousemove: string;
/**
 * Specifies the maps mouse up event name.
 *
 * @private
 */
export declare const mouseup: string;
/**
 * Specifies the maps mouse down event name.
 *
 * @private
 */
export declare const mousedown: string;
/**
 * Specifies the maps layer rendering event name.
 *
 * @private
 */
export declare const layerRendering: string;
/**
 * Specifies the maps shape rendering event name.
 *
 * @private
 */
export declare const shapeRendering: string;
/**
 * Specifies the maps marker rendering event name.
 *
 * @private
 */
export declare const markerRendering: string;
/**
 * Specifies the maps cluster rendering event name.
 *
 * @private
 */
export declare const markerClusterRendering: string;
/**
 * Specifies the maps marker click event name.
 *
 * @private
 */
export declare const markerClick: string;
/**
 * Specifies the maps marker drag start event name.
 *
 * @private
 */
export declare const markerDragStart: string;
/**
 * Specifies the maps marker drag end event name.
 *
 * @private
 */
export declare const markerDragEnd: string;
/**
 * Specifies the maps cluster click event name.
 *
 * @private
 */
export declare const markerClusterClick: string;
/**
 * Specifies the maps marker mouse move event name.
 *
 * @private
 */
export declare const markerMouseMove: string;
/**
 * Specifies the maps mouse move event name.
 *
 * @private
 */
export declare const mouseMove: string;
/**
 * Specifies the maps cluster mouse move event name.
 *
 * @private
 */
export declare const markerClusterMouseMove: string;
/**
 * Specifies the maps data label rendering event name.
 *
 * @private
 */
export declare const dataLabelRendering: string;
/**
 * Specifies the maps bubbleRendering event name.
 *
 * @private
 */
export declare const bubbleRendering: string;
/**
 * Specifies the maps bubble click event name.
 *
 * @private
 */
export declare const bubbleClick: string;
/**
 * Specifies the maps bubble mouse move event name.
 *
 * @private
 */
export declare const bubbleMouseMove: string;
/**
 * Specifies the maps animation complete event name.
 *
 * @private
 */
export declare const animationComplete: string;
/**
 * Specifies the maps legend rendering event name.
 *
 * @private
 */
export declare const legendRendering: string;
/**
 * Specifies the maps annotation rendering event name.
 *
 * @private
 */
export declare const annotationRendering: string;
/**
 * Specifies the maps item selection event name.
 *
 * @private
 */
export declare const itemSelection: string;
/**
 * Specifies the maps pan complete event name.
 *
 * @private
 */
export declare const panComplete: string;
/**
 * Specifies the maps zoom complete event name.
 *
 * @private
 */
export declare const zoomComplete: string;
/**
 * Specifies the maps item highlight event name.
 *
 */
export declare const itemHighlight: string;
/**
 * Specifies the maps before print event name.
 */
export declare const beforePrint: string;
/**
 * Specifies the maps zoom in event name.
 */
export declare const zoomIn: string;
/**
 * Specifies the maps zoom out event name.
 */
export declare const zoomOut: string;
/**
 * Specifies the maps pan event name.
 */
export declare const pan: string;
