import type { FunctionalComponent } from 'vue'; /** * A noop component that renders nothing * * 一个不渲染任何内容的空组件 */ declare const noopComponent: FunctionalComponent; export default noopComponent;