export type AceTheme = { text: string; name: string; colorTxt: string; colorBg: string; colorTxtSel: string; colorBgSel: string; colorHover: string; }; export declare const AceThemes: AceTheme[];