Version: 0.1.00.1.10.1.30.1.50.1.80.1.90.2.00.3.00.4.00.5.00.5.10.5.20.5.30.5.50.5.60.6.00.6.10.6.20.6.30.6.40.6.50.6.60.6.70.6.80.7.00.7.10.7.20.7.30.7.40.8.00.8.10.8.20.9.00.10.00.10.10.10.20.10.30.10.40.10.50.10.60.10.70.10.80.10.90.11.00.11.10.11.20.12.00.12.10.13.00.14.00.15.00.15.10.15.20.16.00.16.10.16.20.17.00.18.00.19.0
import React from 'react';
import type { CommonInternalProps } from './types.js';
interface Props extends CommonInternalProps {
data: unknown;
nodeType: string;
}
export default function JSONArrayNode({ data, ...props }: Props): React.JSX.Element;
export {};