export const DebugTab: any;
export function DebugTabPortal({ webchatHooks, ...props }: {
    [x: string]: any;
    webchatHooks: any;
}): import("react-dom/node_modules/@types/react").ReactPortal;
export const WebchatDev: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
import React_1 from 'react';
