/**
 * This is a copy of https://github.com/colorjs/color-name/blob/master/index.js.
 * To reduce dependencies and avoid to include a "module" package this simple copy
 * is used instead of the package itself.
 */
export declare const colors: Record<string, [number, number, number]>;
