import { ColorScale } from './colors'; export declare const hexToRGB: (hex: string, alpha?: number) => string; export declare const invertColorScale: (scale: ColorScale) => ColorScale;