export const DebugTab: import("styled-components").StyledComponent<"div", any, {}, never>;
export function DebugTabPortal({ webchatHooks, ...props }: {
    [x: string]: any;
    webchatHooks: any;
}): import("react").ReactPortal;
export const WebchatDev: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
import React_1 from "react";
