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