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