/// import type { ChannelsCellProps } from './type'; declare function ChannelsCell({ channels, isTextShown, ...props }: ChannelsCellProps): import("react").JSX.Element; export default ChannelsCell;