import Vue from 'vue';
import { defineComponent as _defineComponent, ref as _ref, toRef as _toRef, computed as _computed, PropType, Ref, ComputedRef, WritableComputedRef } from '@vue/composition-api';
declare let plugin: {
    install: (Vue: import("vue").VueConstructor<Vue>) => void;
};
export default plugin;
export declare const defineComponent: typeof _defineComponent, ref: typeof _ref, toRef: typeof _toRef, computed: typeof _computed;
export { PropType, Ref, ComputedRef, WritableComputedRef };
