export function MarkdownEditor({ value, onChange }: { value: any; onChange: any; }): React.JSX.Element; import React from 'react';