/** 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 { BLUIColor } from '@brightlayer-ui/types'; export declare const blue: BLUIColor; export declare const teal: BLUIColor; export declare const citron: BLUIColor; export declare const pine: BLUIColor; export declare const emerald: BLUIColor; export declare const wine: BLUIColor; export declare const crimson: BLUIColor; export declare const sunset: BLUIColor; export declare const rust: BLUIColor; export declare const navy: BLUIColor; export declare const sky: BLUIColor; export declare const sage: BLUIColor; export declare const toad: BLUIColor; export declare const butter: BLUIColor; export declare const goldenrod: BLUIColor; export declare const trophy: BLUIColor;