import { Directive } from 'vue'; type AttrBinding = boolean | undefined; declare const AttrDirective: Directive; export { AttrDirective, AttrDirective as vAttr };