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