import { ThemeSystemOptions } from './types'; import { Plugin } from 'vue'; export declare const themeManagerInjectionKey = "itlab-theme-system-theme-manager"; export declare const ThemeSystemPlugin: Plugin<[ThemeSystemOptions?]>;