import { PickChannelModalProps, PickChannelModalChannel } from './pickChannelModal.types'; export declare const sampleChannels: PickChannelModalChannel[]; export declare const manyChannels: PickChannelModalChannel[]; export declare const channelsWithDisabled: PickChannelModalChannel[]; export declare const renderInteractive: (args: PickChannelModalProps) => import("react/jsx-runtime").JSX.Element;