declare const toHex: (color: string) => string;
export default toHex;
