import { type WebchatProps, type WebchatRef } from '../index-types';
declare const Webchat: import("react").ForwardRefExoticComponent<WebchatProps & import("react").RefAttributes<WebchatRef | null>>;
export { Webchat };
