import { type ContentColor } from "../types"; export declare function isContentColor(color?: string): color is ContentColor;