export declare const StudioInternals: { Studio: import("react").FC<{ readonly rootComponent: React.FC; readonly readOnly: boolean; }>; };