import { ObjectDirective } from 'vue'; interface VShowElement extends HTMLElement { _vod: string; } export declare const vVisible: ObjectDirective; export {};