export * from '../internal/plugins/widget/interfaces'; import { clearFeatureNotifications, registerFeatureNotificationsPublic, showFeaturePromptIfPossible } from '../internal/plugins/widget/index'; export declare const featureNotifications: { registerFeatureNotifications: typeof registerFeatureNotificationsPublic; showFeaturePromptIfPossible: typeof showFeaturePromptIfPossible; clearFeatureNotifications: typeof clearFeatureNotifications; };