export function isDark(color: any): boolean; export function makeDarker(c: any): any; export function makeBrighter(c: any): any;