import React from 'react';
import type { ApiItem, AsyncApiDefinition } from '../types';
type ChannelSectionProps = {
    item: ApiItem;
    definition: AsyncApiDefinition;
};
export declare const ChannelSection: React.MemoExoticComponent<({ item, definition }: ChannelSectionProps) => import("react/jsx-runtime").JSX.Element | null>;
export {};
