import React from 'react'; export declare type ChannelPreviewProps = { Preview?: React.ComponentType; channel: any; changeActiveChannelEvent: (channel: any) => void; activeChannel: any | null; }; export declare const ChannelPreview: (props: ChannelPreviewProps) => JSX.Element;