import type { SFCWithInstall } from '@interface-ui/utils'; import Link from './src/index.vue'; export declare const InLink: SFCWithInstall; export default InLink; export * from './src/link'; export type LinkInstance = InstanceType;