import React from 'react'; import type { Props } from './types.js'; export type { Props }; export declare const CodeEditor: React.FC; //# sourceMappingURL=index.d.ts.map