import { Plugin } from 'vue'; import OnlyChild, { OnlyChildExpose } from './src/OnlyChild'; export declare const OnlyChildPlugin: Plugin; export type { OnlyChildExpose }; export { OnlyChild };