import type { ChannelWithKey } from '../types/index.js';
type ChannelLinkItemProps = {
    channel: ChannelWithKey;
    isActive: boolean;
};
export declare const ChannelLinkItem: ({ channel, isActive }: ChannelLinkItemProps) => import("react/jsx-runtime").JSX.Element;
export {};
