import Vue, { ComponentOptions, DirectiveOptions } from "vue"; export const directive: DirectiveOptions; export const mixin: ComponentOptions | typeof Vue;