import { PickChannelModalChannel, PickChannelModalProps } from './pickChannelModal.types'; export declare const productecaStrategy: PickChannelModalChannel; export declare const PickChannelModal: ({ open, onClose, channels, fitContent, generalEditionAttrs, generalEditionTitle, channelEditionTitle, generalEditionDescription, channelEditionDescription, showGeneralEdition, onSelectChannel, titleProps, ...props }: PickChannelModalProps) => import("react/jsx-runtime").JSX.Element; export default PickChannelModal;