import React from 'react'; export declare const LockedJsonFieldRuntime: React.FC<{ label: string; description?: string; value?: unknown; }>;