import type { FunctionalComponent } from 'vue'; declare const View: FunctionalComponent<{}, {}>; export default View;