import type { Channel, ChannelFilters, ChannelOptions, ChannelSort, StreamChat } from 'stream-chat'; import type { DefaultStreamChatGenerics } from '../../../types/types'; export declare const usePaginatedChannels: (client: StreamChat, filters: ChannelFilters, sort: ChannelSort, options: ChannelOptions, activeChannelHandler: (channels: Channel[], setChannels: import("react").Dispatch[]>>) => void) => { channels: Channel[]; hasNextPage: boolean; loadNextPage: () => void; setChannels: import("react").Dispatch[]>>; }; //# sourceMappingURL=usePaginatedChannels.d.ts.map