export declare const getContrastColor: (hexColor: string) => string;
export declare const darkenColor: (hexColor: string, percentage?: number) => string;
