import { CodeEditorProps } from './interfaces'; export { CodeEditorProps }; export default function CodeEditor(props: CodeEditorProps): JSX.Element; //# sourceMappingURL=index.d.ts.map