import type { ThemeType } from "./types.js";
export declare function useSystemTheme(): ThemeType;
