import { default as Linker } from './linker.vue';
import { ComponentPublicInstance } from 'vue';
export { Linker };
export { linkerProps } from './props';
export type LinkerExposed = ComponentPublicInstance & InstanceType<typeof Linker>;
export type { LinkerProps, LinkerCProps } from './props';
