import type { Ref, VNode } from 'vue'; export declare const OnlyChild: import("@vue/runtime-core").DefineComponent<{}, () => VNode | null, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").EmitsOptions, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly>, {}>; export declare type OnlyChildExpose = { forwardRef: Ref; };