import { EnumOption, JsonSchema } from '@jsonforms/core'; import { ComponentType } from 'react'; export declare const withLabelMappingProps:
(Component: ComponentType
) => (props: P) => import("react/jsx-runtime").JSX.Element;