/// type PropsT = { channel: string; }; export declare const ChannelAdded: (props: PropsT) => JSX.Element; export {};