import type { ColorData } from '../color-data';
export declare function colorKeyword(name: string): ColorData | false;
