/** Catalog entry — Node/BFF-safe (sem React Native). Requer `"type": "module"` no package. */ export { SDUI_BLOCK_TYPES, isKnownBlockType, type SduiBlockType, } from './block-types'; export { COLOR_TOKENS, SHAPE_TOKENS, SPACING_TOKENS, TYPE_TOKENS, type ColorToken, type ShapeToken, type SpacingToken, type StyleWire, type TypeToken, } from './style-tokens'; export { CHAT_EMOJI_CATEGORIES, DEFAULT_QUICK_REACTIONS, QUICK_REACTION_SLOTS, allCatalogEmojis, getEmojiCategory, type EmojiCategory, type EmojiCategoryId, } from './chat-emoji-catalog'; export { FLASH_FILTER_ALL_ACTION_ID, FLASH_REACTIONS, FLASH_REACTION_IDS, flashFilterActionId, getFlashReaction, isFlashReactionId, parseFlashInboxFilter, type FlashReaction, type FlashReactionId, } from './flash-reaction-catalog'; export { APP_ICON_NAMES, isAppIconName, type AppIconName, } from './app-icon-names'; export { STORY_TEXT_BACKGROUND_OPTIONS, resolveStoryTextBackgroundOption, type StoryTextBackgroundOption, } from './story-text-background-catalog';