import { Ref } from "vue"; //#region src/_util/hooks/usePatchElement.d.ts declare function usePatchElement(): [Ref, (element: any) => () => void]; //#endregion export { usePatchElement };