/** * Readonly `jsonInput` preconfigured for Admin Console stat / config displays - sized to fill its * container, without line numbers or a fullscreen button, and rendering timestamp-suffixed fields * as readable dates. Pass the data via `value` (any object) or `bind`, plus any additional * `jsonInput` props (e.g. `enableSearch`) to extend or override the defaults. */ export declare const adminJsonDisplay: import("@xh/hoist/core").ElementFactory;