"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
bar: 'bar-chart-bar',
value: 'bar-chart-bar-value',
description: 'bar-chart-bar-description',
tooltip: 'bar-chart-bar-tooltip'
};
exports["default"] = _default;