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