import { LayoutProps } from '@jsonforms/core'; export declare const mantineHorizontalLayoutTester: (uischema: import('@jsonforms/core').UISchemaElement, schema: import('@jsonforms/core').JsonSchema, context: import('@jsonforms/core').TesterContext) => number; export declare const MantineHorizontalLayoutRenderer: import('react').ComponentType;