import { InjectionKey } from 'vue'; import { ITheme, IComponentTheme } from '@wolf-tui/shared'; export type { ITheme, IComponentTheme, IComponentStyles, } from '@wolf-tui/shared'; export { extendTheme } from '@wolf-tui/shared'; export declare const defaultTheme: ITheme; export declare const ThemeKey: InjectionKey; export declare function provideTheme(theme: ITheme): void; export declare const useComponentTheme: (component: string) => Theme | undefined; //# sourceMappingURL=index.d.ts.map