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