export declare function chooseHighestContrastColour(foreRgb: string, foreAlpha?: number, backRgb?: string): string;
