import { ThemeObject } from '.';
export declare const getThemeCSS: (theme: string) => string;
export declare const getTheme: () => string;
export declare const themeSet: (theme: string) => void;
export declare const upsertThemeOverrides: (baseTheme: ThemeObject, newTheme: ThemeObject) => void;
