import React from 'react'; import { SearchItemProps } from './ChannelSelectItem'; declare type CreateChannelProps = { ChannelSelectItem?: React.ComponentType; }; export declare const CreateChannel: React.MemoExoticComponent<(props: CreateChannelProps) => JSX.Element>; export {};