import type { ThemeDataRef, ThemeLocaleDataRef } from "@vuepress/plugin-theme-data/lib/client"; import type { GungnirThemeData } from "../../shared"; export declare const useThemeData: () => ThemeDataRef; export declare const useThemeLocaleData: () => ThemeLocaleDataRef;