/// export declare const colorToRGB: (color: string) => RGB; export declare const colorToRGBA: (color: string, opacity?: number) => RGBA; export declare const colorToPaint: (color: string) => Paint;