/** * Support for colors from Toggl Hire theme. * To use colors from theme, the color string should follow this format -> $name-$value (e.g. purple-100, purple-60 ...). * This also supports regular color names (green, blue...) or hash values. */ export declare const useColor: (color: string | undefined, defaultColor: string) => string;