import React from 'react'; import { Ajv } from 'ajv'; export interface AjvProps { ajv: Ajv; } export declare const withAjvProps:

(Component: React.ComponentType) => (props: P) => JSX.Element;