declare const themeSettings: {
    darkMode: boolean;
    themeColor: string;
    otherColor: {
        info: string;
        success: string;
        warning: string;
        danger: string;
    };
};
export default themeSettings;
