declare const vueDirective: {
    mounted: (element: HTMLElement) => void;
};

declare const register: (element: HTMLElement) => void;

export { register, vueDirective };
