import { EventName } from '@lit/react'; import { WyPreviewOpenEventType, WyPreviewCloseEventType } from '@weavy/uikit-web/dist/types/types/files.events.d.js'; import { WyUnreadEventType } from '@weavy/uikit-web/dist/types/types/ui.events.d.js'; import { WyActionEventType } from '@weavy/uikit-web/dist/types/types/action.events.d.js'; import { WyAppEventType } from '@weavy/uikit-web/dist/types/types/app.events.d.js'; import { WyMessageEventType } from '@weavy/uikit-web/dist/types/types/messages.events.d.js'; import { WyLinkEventType, WyNotificationEventType } from '@weavy/uikit-web/dist/types/types/notifications.events.d.ts'; export declare const onWyAction: EventName; export declare const onWyApp: EventName; export declare const onWyLink: EventName; export declare const onWyMessage: EventName; export declare const onWyNotification: EventName; export declare const onWyPreviewOpen: EventName; export declare const onWyPreviewClose: EventName; export declare const onWyUnread: EventName; export type { WyActionEventType, WyAppEventType, WyLinkEventType, WyMessageEventType, WyNotificationEventType, WyPreviewOpenEventType, WyPreviewCloseEventType, WyUnreadEventType, };