import React from 'react';
import { RendererProps } from '@jsonforms/core';
import { VanillaRendererProps, WithChildren } from '../index';
export declare const JsonFormsLayout: ({ className, children, visible, }: RendererProps & VanillaRendererProps & WithChildren) => React.JSX.Element;
