declare const _default: ({ reactive, watch, getCurrentInstance, onUpdated, onMounted, onBeforeUnmount, h, defineComponent }: {
    reactive: any;
    watch: any;
    getCurrentInstance: any;
    onUpdated: any;
    onMounted: any;
    onBeforeUnmount: any;
    h: any;
    defineComponent: any;
}) => any;
export default _default;
