import type { SchemaRenderContextProps } from 'react-schema-render'; export declare type ComponentPropsType = Record>; export declare const componentPropsParser: (schema: Record, context: SchemaRenderContextProps) => any;