import type { ComponentRegistry, ProcessedLayout } from '../types';
export declare function BaseLayout({ data, componentRegistry }: {
    data: ProcessedLayout;
    componentRegistry: ComponentRegistry;
}): JSX.Element;
