import { default as React } from 'react'; import { TabChannelSelectorProps } from '../../types/defaultComponents'; declare const TabChannelSelector: React.FC; export default TabChannelSelector;