'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const tooltipV2RootKey = Symbol("tooltipV2");
const TOOLTIP_V2_OPEN = "tooltip_v2.open";
exports.TOOLTIP_V2_OPEN = TOOLTIP_V2_OPEN;
exports.tooltipV2RootKey = tooltipV2RootKey;