import React from 'react';
import { Props } from './Schema';
export declare const SchemaItems: ({ schema }: Pick<Props, 'schema'>) => React.JSX.Element | null;
//# sourceMappingURL=SchemaItems.d.ts.map