export declare const getTheme: (themeName: any) => any; export declare const setThemeSettings: (themeName: any, settings: any) => any; export declare const getThemeSetting: (themeName: any, setting: any, defaultValue?: any) => any; export declare const getTokenColorsScopeSettings: (theme: any, scope?: any) => any;