export default (await import('vue')).defineComponent({ name: 'HelloWorld', props: { msg: String } }) const __VLS_template = () => ({})