import type { ActiveThemeState } from './theme-config';
declare const getGlobalTheme: () => Partial<ActiveThemeState>;
export default getGlobalTheme;
