import { App, Ref } from 'vue'; import { ThemeState } from '../types'; export declare function injectThemeState({ app, themeState, }: { app?: App; themeState: Ref; }): void; //# sourceMappingURL=inject.d.ts.map