import type { ApiItemsGroup, ApiItem } from '../types/index.js';
type AsyncApiDocsProps = {
    apiItems: (ApiItemsGroup | ApiItem)[];
};
export declare const AsyncApiDocs: import("react").MemoExoticComponent<({ apiItems }: AsyncApiDocsProps) => import("react/jsx-runtime").JSX.Element>;
export {};
