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