export declare const toRGBA: (rgb: string, a?: string) => string | undefined;
export declare const toRGB: (color: string) => string | number[] | undefined;
