/**
 * This file maps the theme tokens from PatternFly to a format that can be used in the Monaco editor.
 *
 * @see https://github.com/microsoft/monaco-editor/issues/2427
 */
export declare const colors: {
    background: {
        dark: "#1f1f1f";
        light: "#ffffff";
    };
    foreground: {
        dark: "#ffffff";
        light: "#151515";
    };
    secondaryForeground: {
        dark: "#c7c7c7";
        light: "#4d4d4d";
    };
    red: {
        dark: "#f9a8a8";
        light: "#ee0000";
    };
    orangered: {
        dark: "#f0561d";
        light: "#f89b78";
    };
    orange: {
        dark: "#f8ae54";
        light: "#ca6c0f";
    };
    yellow: {
        dark: "#ffcc17";
        light: "#b98412";
    };
    green: {
        dark: "#afdc8f";
        light: "#63993d";
    };
    teal: {
        dark: "#9ad8d8";
        light: "#37a3a3";
    };
    blue: {
        dark: "#92c5f9";
        light: "#0066cc";
    };
    purple: {
        dark: "#b6a6e9";
        light: "#5e40be";
    };
    gray: {
        dark: "#c7c7c7";
        light: "#707070";
    };
};
//# sourceMappingURL=themeTokenMapping.d.ts.map