import type { Channel } from 'stream-chat'; import { type SectionNavigatorNavButtonProps, type SectionNavigatorProps, type SectionNavigatorSection } from './SectionNavigator'; export declare const ChannelManagementNavButton: (props: SectionNavigatorNavButtonProps) => import("react/jsx-runtime").JSX.Element; export declare const ChannelMembersNavButton: (props: SectionNavigatorNavButtonProps) => import("react/jsx-runtime").JSX.Element; export declare const PinnedMessagesNavButton: (props: SectionNavigatorNavButtonProps) => import("react/jsx-runtime").JSX.Element; export declare const ChannelMediaNavButton: (props: SectionNavigatorNavButtonProps) => import("react/jsx-runtime").JSX.Element; export declare const ChannelFilesNavButton: (props: SectionNavigatorNavButtonProps) => import("react/jsx-runtime").JSX.Element; export declare const defaultChannelDetailSections: SectionNavigatorSection[]; export type ChannelDetailProps = Omit & { channel: Channel; sections?: SectionNavigatorSection[]; }; export declare const ChannelDetail: ({ channel, className, defaultLayout, sections, ...props }: ChannelDetailProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ChannelDetail.d.ts.map