type Props = { onChange?: (value: string) => void; onComment?: () => void; }; export declare const CodeMirrorEditorComment: (props: Props) => JSX.Element; export {};