import { MantineCategorizationRendererProps } from './types'; export declare const mantineCategorizationLayoutTester: (uischema: import('@jsonforms/core').UISchemaElement, schema: import('@jsonforms/core').JsonSchema, context: import('@jsonforms/core').TesterContext) => number; export declare const MantineCategorizationLayoutRenderer: (props: MantineCategorizationRendererProps) => import("react/jsx-runtime").JSX.Element;