import type { FC, Key } from 'react'; import type { ApiType } from './../../shared'; export declare const SchemaApiToComponent: FC<{ api?: ApiType; }>; export declare const schemaApiParser: (schema: Record) => { [x: string]: any; [x: number]: any; };