import type { Ref } from 'vue'; export default function useExposeProxy(targetRef: Ref): T;