import { UUID } from '..'; export declare type ColorLiteral = { type: 'color'; data: { id: UUID; value: string; }; };