/*! * Ecctrl * https://github.com/pmndrs/ecctrl * * SPDX-FileCopyrightText: 2023-2026 Erdong Chen * SPDX-License-Identifier: MIT */ export declare const EC_RED = "#FA8787"; export declare const EC_GREEN = "#96FA87"; export declare const EC_BLUE = "#87CEFA"; export declare const EC_AZURE = "#F0FFFF"; export declare const EC_GRAY = "#555555"; export declare const EC_MED_GRAY = "#2a2a2a"; export declare const EC_PURPLE = "#800080"; export declare const EC_MED_PURPLE = "#9370DB"; export declare const EC_CORNFLOWER_BLUE = "#6495ED";