import { ITheme } from "./_types/ITheme"; import { IDataHook } from "model-react"; /** * Retrieves the globally loaded theme * @param hook The hook to subscribe to changes * @returns The loaded theme */ export declare function getTheme(hook?: IDataHook): ITheme; /** * Loads the given theme * @param theme The LaunchMenu theme to use */ export declare function loadTheme(theme: ITheme): void; //# sourceMappingURL=loadTheme.d.ts.map