import type { ComponentRegistry, RenderableContentType } from '../types';
export declare const BaseContentType: ({ component, componentRegistry }: {
    component: RenderableContentType;
    componentRegistry: ComponentRegistry;
}) => JSX.Element;
