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