interface Props { filename: string; content?: string; } declare const __VLS_export: import("vue").DefineComponent any; closed: () => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSaved?: ((content: string) => any) | undefined; onClosed?: (() => any) | undefined; }>, { content: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=CodeEditor.vue.d.ts.map