import { ThemeT } from "../types";
import { Schemes } from "./Theme";
export declare function setThemeToUI({ theme, themeId, }: {
    theme: ThemeT | Schemes;
    themeId: string;
}): void;
