export declare const backgroundColorToHex: (color: string) => string;
export declare const foregroundColorToHex: (color: string) => string;
