/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Dark theme. */ import * as Blockly from 'blockly/core'; /** * Dark theme. */ declare const _default: Blockly.Theme; export default _default; //# sourceMappingURL=index.d.ts.map