import type { FC } from 'react'; import type { ICommonProps } from '../typings/common'; import type { IObjectSchema, IRootSchema } from '../typings/schema'; declare const RendererIterator: FC>; export default RendererIterator;