/** * Converts an rgba color to hex. */ declare function rgbaToHex(rgba: string): string; export { rgbaToHex };