import { HeaderThemeBinding } from '../../types'; import { Directive } from 'vue'; export { HeaderThemePlugin } from './header-theme.plugin'; declare module 'vue' { interface GlobalDirectives { vHeaderTheme: Directive; } }