import { FC, HTMLAttributes } from 'react'; import { BaseProps } from '../../Base'; export interface ChannelListProps extends Omit, 'css'>, BaseProps { } export declare const ChannelList: FC; export default ChannelList;