export type MarkdownEditorProps = {
    placeholder?: string;
    text: string;
    setText: (text: string) => void;
};
export declare function MarkdownEditor({ placeholder, text, setText, }: MarkdownEditorProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=MarkdownEditor.d.ts.map