import type { DMEData } from '../../..'; export interface DMEditorViewProps { data: DMEData.BlockList; theme?: string; projectStyle?: string; } declare const DMEditorView: (props: DMEditorViewProps) => import("react/jsx-runtime").JSX.Element; export { DMEditorView };