import React from 'react';
import type { ApiItemsGroup, AsyncApiDefinition } from '../types';
type TagBlockProps = {
    tag: ApiItemsGroup;
    definition: AsyncApiDefinition;
};
export declare const TagBlock: React.MemoExoticComponent<({ tag, definition }: TagBlockProps) => import("react/jsx-runtime").JSX.Element>;
export {};
