import { getAjv } from '@jsonforms/core'; import { ComponentType } from 'react'; type Ajv = ReturnType; export declare const withAjvProps:

(Component: ComponentType

) => (props: P) => import("react/jsx-runtime").JSX.Element; export {};