/** * Convert the color name from the props to hex value. * * @param name - The name of the color e.g. blue-4 * @returns The hex value e.g. #3770FF */ export declare function getHexFromColorName(name: string): string;