export declare const aqua = "#00ffff"; export declare const azure = "#f0ffff"; export declare const beige = "#f5f5dc"; export declare const black = "#000000"; export declare const blue = "#0000ff"; export declare const brown = "#a52a2a"; export declare const cyan = "#00ffff"; export declare const darkblue = "#00008b"; export declare const darkcyan = "#008b8b"; export declare const darkgrey = "#a9a9a9"; export declare const darkgreen = "#006400"; export declare const darkkhaki = "#bdb76b"; export declare const darkmagenta = "#8b008b"; export declare const darkolivegreen = "#556b2f"; export declare const darkorange = "#ff8c00"; export declare const darkorchid = "#9932cc"; export declare const darkred = "#8b0000"; export declare const darksalmon = "#e9967a"; export declare const darkviolet = "#9400d3"; export declare const fuchsia = "#ff00ff"; export declare const gold = "#ffd700"; export declare const green = "#008000"; export declare const indigo = "#4b0082"; export declare const khaki = "#f0e68c"; export declare const lightblue = "#add8e6"; export declare const lightcyan = "#e0ffff"; export declare const lightgreen = "#90ee90"; export declare const lightgrey = "#d3d3d3"; export declare const lightpink = "#ffb6c1"; export declare const lightyellow = "#ffffe0"; export declare const lime = "#00ff00"; export declare const magenta = "#ff00ff"; export declare const maroon = "#800000"; export declare const navy = "#000080"; export declare const olive = "#808000"; export declare const orange = "#ffa500"; export declare const pink = "#ffc0cb"; export declare const purple = "#800080"; export declare const violet = "#800080"; export declare const red = "#ff0000"; export declare const silver = "#c0c0c0"; export declare const white = "#ffffff"; export declare const yellow = "#ffff00"; export declare const uiColors: { aqua: string; azure: string; beige: string; black: string; blue: string; brown: string; cyan: string; darkblue: string; darkcyan: string; darkgrey: string; darkgreen: string; darkkhaki: string; darkmagenta: string; darkolivegreen: string; darkorange: string; darkorchid: string; darkred: string; darksalmon: string; darkviolet: string; fuchsia: string; gold: string; green: string; indigo: string; khaki: string; lightblue: string; lightcyan: string; lightgreen: string; lightgrey: string; lightpink: string; lightyellow: string; lime: string; magenta: string; maroon: string; navy: string; olive: string; orange: string; pink: string; purple: string; violet: string; red: string; silver: string; white: string; yellow: string; };