import type { CurricularComponentData, ComparisonItem } from '../../types/comparator';
export interface CurricularComponentsContentProps {
    readonly data: CurricularComponentData[];
    readonly items: ComparisonItem[];
    readonly title?: string;
}
export declare function CurricularComponentsContent({ data, items, title, }: CurricularComponentsContentProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=CurricularComponentsContent.d.ts.map