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