/**
 * Background theme utils for Components.
 *
 * @internal
 * @internal
 */
import type Color from "../../Color.js";

/**
 * @internal
 * @internal
 */
export const defaultThematicColor: Color;