import { type Schema } from '../schema/core.js'; import type { Color } from './colors.js'; export declare const ColorSchema: Schema;