import type { PluginReturn } from 'ts-macro';
import type { OptionsResolved } from '@vue-macros/config';




declare const plugin: PluginReturn<OptionsResolved["jsxDirective"] | undefined>;

export { plugin as "\"module.exports\"", plugin as default };
