import * as React from 'react'; import type { ReactLayoutAdapterProps } from '../../core/registries/layoutAdapterRegistry'; /** * The built-in React layout adapter component. * * Registered via `formitivaLayoutPlugin` -manages the active section state * and renders the appropriate layout chrome (nav / tab / wizard) around the * field content provided by the renderer. */ export declare const LayoutAdapter: React.FC; export default LayoutAdapter; //# sourceMappingURL=LayoutAdapter.d.ts.map