import React from 'react'; import { ChannelResponseContext } from '../channels/Channel'; declare const ResponseContext: React.Context; export default ResponseContext; export declare const useResponseContext: () => ChannelResponseContext;