import { default as RenderTsx } from './render-tsx.vue';
export type RenderTsxInstance = InstanceType<typeof RenderTsx> & unknown;
