export declare const config: {
    background: string;
    foreground: string;
    selection: string;
    selectionMatch: string;
    cursor: string;
    dropdownBackground: string;
    dropdownBorder: string;
    activeLine: string;
    matchingBracket: string;
    keyword: null;
    storage: null;
    variable: null;
    parameter: null;
    function: null;
    string: string;
    constant: null;
    type: null;
    class: null;
    number: null;
    comment: string;
    heading: null;
    invalid: null;
    regexp: string;
    tag: null;
};
