import { WebComponentProps } from '@lit/react'; import { WyNotifications as WyNotificationsWC, WyNotificationBadge as WyNotificationBadgeWC, WyNotificationButton as WyNotificationButtonWC, WyNotificationToasts as WyNotificationToastsWC } from '@weavy/uikit-web'; export declare const WyNotifications: import('@lit/react').ReactWebComponent; onWyApp: import('@lit/react').EventName; onWyLink: import('@lit/react').EventName; onWyUnread: import('@lit/react').EventName; }>; export declare const WyNotificationBadge: import('@lit/react').ReactWebComponent; onWyUnread: import('@lit/react').EventName; }>; export declare const WyNotificationButton: import('@lit/react').ReactWebComponent; onWyApp: import('@lit/react').EventName; onWyLink: import('@lit/react').EventName; onWyUnread: import('@lit/react').EventName; }>; export declare const WyNotificationToasts: import('@lit/react').ReactWebComponent; onWyLink: import('@lit/react').EventName; onWyNotification: import('@lit/react').EventName; }>; declare module "react" { namespace JSX { interface IntrinsicElements { "wy-notifications": WebComponentProps; "wy-notification-badge": WebComponentProps; "wy-notification-button": WebComponentProps; "wy-notification-toasts": WebComponentProps; } } }