export type ActiveThemeGlobal = 'light' | 'dark' | 'highContrastLight' | 'betaCoreLight'; export declare const getActiveTheme: () => ActiveThemeGlobal;