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