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