import type { ColorData } from '../color-data';
import type { TokenHash } from '@csstools/css-tokenizer';
export declare function hex(hexToken: TokenHash): ColorData | false;
