///
import { LayoutProps, RankedTester } from '@jsonforms/core';
/**
* Default tester for a horizontal layout.
* @type {RankedTester}
*/
export declare const materialHorizontalLayoutTester: RankedTester;
export declare const MaterialLayoutHorizontal: ({ uischema, renderers, cells, schema, path, enabled, visible }: LayoutProps) => import("react/jsx-runtime").JSX.Element;
declare const _default: import("react").ComponentType;
export default _default;