import React from "react"; declare global { interface Window { ChannelIO: any; } } export declare const ChannelTalk: React.FC<{ pluginKey: string; }>;