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