import React from 'react';
export declare type SearchItemProps = {
    user: any;
    onClick?: (user: any) => void;
};
export declare const ChannelSelectItem: React.MemoExoticComponent<(props: SearchItemProps) => JSX.Element>;
