import type { SandpackTheme } from "../types"; /** * @category Hooks */ export declare const useSandpackTheme: () => { theme: SandpackTheme; themeId: string; themeMode: "dark" | "light" | "auto"; };