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