import { App, Directive } from "@vue/runtime-core";
declare const directive: Directive;
declare const mixin: {
    directives: {
        Linkify: import("@vue/runtime-core").ObjectDirective<any, any>;
    };
};
declare const plugin: {
    install(app: App): void;
};
export { directive, mixin };
export default plugin;
//# sourceMappingURL=main.d.ts.map