declare const rgba: (r: any, g: any, b: any, a: any) => string;
export default rgba;
