import * as convex_server from 'convex/server'; /** * @module NotificationsConvexComponentConfig * @package @geenius/notifications-convex * @description Registers the notifications Convex component namespace so * consuming applications can mount the package under a stable component * identifier. */ declare const component: convex_server.ComponentDefinition; export { component as default };