import { ChannelListProps } from '.'; import { ChannelItemProps } from './ChannelItem'; export declare const StyledChannelList: import("styled-components").StyledComponent<"ul", import("styled-components").DefaultTheme, ChannelListProps, never>; export declare const StyledChannelItem: import("styled-components").StyledComponent<"li", import("styled-components").DefaultTheme, ChannelItemProps, never>; export default StyledChannelList;