import type { Ref } from 'vue'; import type { ThemeData } from '../../shared/index.js'; export type ThemeDataRef = Ref; export declare const themeData: ThemeDataRef; export declare const useThemeData: () => ThemeDataRef;