export declare function getContrastColor(rgbColor: string, light: LightValue, dark: DarkValue): LightValue | DarkValue; /** * * @kind 02-Colors */ export declare const useContrast: (color: string, light: LightValue, dark: DarkValue) => LightValue | DarkValue;