import { FC, DetailedHTMLFactory, DetailedHTMLProps, Props, PropsWithChildren } from 'react';
import { MarkdownEditorElement, MarkdownEditorElementProps } from '../../../customElements/components/markdown-editor';
export type MarkdownEditorProps = PropsWithChildren void;
}>;
declare global {
namespace JSX {
interface ReactHTML {
'fusion-markdown-editor': DetailedHTMLFactory, MarkdownEditorElement>;
}
interface IntrinsicElements {
'fusion-markdown-editor': DetailedHTMLProps, MarkdownEditorElement>;
}
}
}
export declare const MarkdownEditor: FC;
export default MarkdownEditor;