declare const _default: {
    dark: {
        themeBGColor: string;
        themeToolbarColor: string;
        themeColor: string;
        themePromptColor: string;
    };
    light: {
        themeBGColor: string;
        themeToolbarColor: string;
        themeColor: string;
        themePromptColor: string;
    };
    dracula: {
        themeBGColor: string;
        themeToolbarColor: string;
        themeColor: string;
        themePromptColor: string;
    };
    "material-dark": {
        themeBGColor: string;
        themeToolbarColor: string;
        themeColor: string;
        themePromptColor: string;
    };
    "material-light": {
        themeBGColor: string;
        themeToolbarColor: string;
        themeColor: string;
        themePromptColor: string;
    };
    "material-ocean": {
        themeBGColor: string;
        themeToolbarColor: string;
        themeColor: string;
        themePromptColor: string;
    };
    matrix: {
        themeBGColor: string;
        themeToolbarColor: string;
        themeColor: string;
        themePromptColor: string;
    };
};
export default _default;
