"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "KibanaThemeProvider", { enumerable: true, get: function () { return _public2.KibanaThemeProvider; } }); exports.expandLiteralStrings = exports.collapseLiteralStrings = void 0; Object.defineProperty(exports, "sendRequest", { enumerable: true, get: function () { return _public.sendRequest; } }); Object.defineProperty(exports, "toMountPoint", { enumerable: true, get: function () { return _public2.toMountPoint; } }); var _public = require("@kbn/es-ui-shared-plugin/public"); var _public2 = require("@kbn/kibana-react-plugin/public"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ const { collapseLiteralStrings, expandLiteralStrings } = _public.XJson; exports.expandLiteralStrings = expandLiteralStrings; exports.collapseLiteralStrings = collapseLiteralStrings;