import React from 'react';
export interface SelectChannelTypeProps {
    onCancel?(): void;
}
declare const SelectChannelType: React.FC<SelectChannelTypeProps>;
export default SelectChannelType;
