export declare function getSixDigitHex(color: string): `#${string}`;
