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