import React from 'react';
export declare const EditorContent: React.FC<{
    readonly readOnlyStudio: boolean;
    readonly children: React.ReactNode;
}>;
