import type { ApiItem, ApiItemsGroup } from '../types/index.js';
type MarkdownSectionProps = {
    item: ApiItem | ApiItemsGroup;
};
export declare const MarkdownSection: ({ item }: MarkdownSectionProps) => import("react/jsx-runtime").JSX.Element;
export {};
