import type { Component } from './component' /*! #__NO_SIDE_EFFECTS__ */ export function defineComponent(comp: Component): Component { return comp }