import { InjectionKey, Ref } from 'vue'; import { ThemeKey } from './type'; export declare const injectTheme: InjectionKey<{ theme: Ref; }>;