import { PatchDiffPropsVue } from "./types.js"; import { DefineComponent } from "vue"; //#region src/vue/PatchDiff.d.ts declare const PatchDiff: DefineComponent>; //#endregion export { PatchDiff }; //# sourceMappingURL=PatchDiff.d.ts.map