export declare const white = "#ffffff"; export declare const silver = "#c0c0c0"; export declare const gray = "#808080"; export declare const black = "#000000"; export declare const red = "#ff0000"; export declare const maroon = "#800000"; export declare const yellow = "#ffff00"; export declare const olive = "#808000"; export declare const lime = "#00ff00"; export declare const green = "#008000"; export declare const aqua = "#00ffff"; export declare const teal = "#008080"; export declare const blue = "#0000ff"; export declare const navy = "#000080"; export declare const fuchsia = "#ff00ff"; export declare const purple = "#800080"; export declare const basicColors: { white: string; silver: string; gray: string; black: string; red: string; maroon: string; yellow: string; olive: string; lime: string; green: string; aqua: string; teal: string; blue: string; navy: string; fuchsia: string; purple: string; };