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