type Props = { onChange?: (value: string) => void; onSave?: () => void; indentSize?: number; }; export declare const CodeMirrorEditorMain: (props: Props) => JSX.Element; export {};