/** * Convert rgb, rgba to hex code. * * @param input */ export declare function normaliseColor(input: string): string;