import { WebComponentProps } from '@lit/react'; import { WyChat as WyChatWC } from '@weavy/uikit-web'; export declare const WyChat: import('@lit/react').ReactWebComponent; onWyAction: import('@lit/react').EventName; onWyPreviewOpen: import('@lit/react').EventName; onWyPreviewClose: import('@lit/react').EventName; }>; declare module "react" { namespace JSX { interface IntrinsicElements { "wy-chat": WebComponentProps; } } }