declare const color: { beauBlue: string; black: string; blue: string; blueCloud: string; blueCloudDark: string; blueDark: string; blueDark2: string; blueLight: string; blueLight2: string; blueLight3: string; blueSky: string; blueSkyDark: string; blueSkyLight: string; green: string; greenDark: string; greenForestDark: string; greenForestLight: string; greenLight: string; grey: string; greyDark: string; greyDisabled: string; greyIcons: string; greyLight: string; paleBlue2: string; paleCerulean: string; pink: string; pinkDark: string; pinkLight: string; purple: string; purpleDark: string; purpleLight: string; red: string; redDark: string; redLight: string; white: string; yellow: string; yellowDark: string; yellowLight: string; yellowHover: string; }; export declare const gradientColors: { beauBlue: string; blue: string; goldShiny: string; lightBlue: string; lightGrey: string; purpleToPink: string; }; export declare const getShade: (shade: 'light' | 'dark', percent: number) => string; export declare const colorPercentage: (color: string, percentage: string | number) => string; export default color;