export type ThemeSettings = {
    isUseNewProvider: boolean;
};
