import type { FunctionalComponent } from 'vue'; declare const noopComponent: FunctionalComponent; export default noopComponent;