import { TypeGroup } from '../../schema/models/type-group.js';
interface SectionOverviewProps {
    items: string[];
    typeGroupId: TypeGroup;
    baseUrl: string;
    id: string;
}
export declare function SectionOverviewComponent({ items, typeGroupId, baseUrl, id }: SectionOverviewProps): import("react/jsx-runtime").JSX.Element;
export declare const SectionOverview: import("react").MemoExoticComponent<typeof SectionOverviewComponent>;
export {};
