/** Copyright (c) 2018-present, Eaton All rights reserved. This code is licensed under the BSD-3 license found in the LICENSE file in the root directory of this source tree and at https://opensource.org/licenses/BSD-3-Clause. **/ import { PXBlueColor } from '@pxblue/types'; export declare const blue: PXBlueColor; export declare const white: PXBlueColor; export declare const gray: PXBlueColor; export declare const black: PXBlueColor; export declare const darkBlack: PXBlueColor; export declare const vantaBlack: PXBlueColor; export declare const red: PXBlueColor; export declare const orange: PXBlueColor; export declare const gold: PXBlueColor; export declare const yellow: PXBlueColor; export declare const green: PXBlueColor; export declare const lightBlue: PXBlueColor; export declare const purple: PXBlueColor;