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