/** * Formats a hex into something consumable by css */ export default function formatHex(hex: string): string;