export interface GlassJSONViewerProps { value: unknown; className?: string; compact?: boolean; contained?: boolean; maxHeight?: number | string; } export declare function GlassJSONViewer({ value, className, compact, contained, maxHeight, }: GlassJSONViewerProps): import("react/jsx-runtime").JSX.Element; export default GlassJSONViewer; //# sourceMappingURL=GlassJSONViewer.d.ts.map