import { type Dispatch, type SetStateAction } from "react"; import type { ColorScheme } from "./types"; export declare const useRootTheme: ({ fallback }?: { fallback?: ColorScheme; }) => [ColorScheme, Dispatch>]; //# sourceMappingURL=useRootTheme.d.ts.map