import * as React from 'react';
import type { SchemaProps } from '.';
export declare const RecursiveSchema: ({ schema }: SchemaProps) => React.JSX.Element;
