/** @deprecated Compatibility-only category buckets. Generic registry tools are the primary API. */ export declare const componentCategories: { readonly Layout: readonly ["bento-grid", "dock", "file-tree", "grid-pattern", "interactive-grid-pattern", "dot-pattern"]; readonly Media: readonly ["hero-video-dialog", "terminal", "marquee", "script-copy-btn", "code-comparison"]; readonly Motion: readonly ["blur-fade", "scroll-progress", "scroll-based-velocity", "orbiting-circles", "animated-circular-progress-bar"]; readonly TextReveal: readonly ["text-animate", "line-shadow-text", "aurora-text", "animated-shiny-text", "animated-gradient-text", "text-reveal", "typing-animation", "box-reveal", "number-ticker"]; readonly TextEffects: readonly ["word-rotate", "flip-text", "hyper-text", "morphing-text", "spinning-text", "sparkles-text"]; readonly Buttons: readonly ["rainbow-button", "shimmer-button", "shiny-button", "interactive-hover-button", "animated-subscribe-button", "pulsating-button", "ripple-button"]; readonly Effects: readonly ["animated-beam", "border-beam", "shine-border", "magic-card", "meteors", "neon-gradient-card", "confetti", "particles", "cool-mode", "scratch-to-reveal"]; readonly Widgets: readonly ["animated-list", "tweet-card", "client-tweet-card", "lens", "pointer", "avatar-circles", "icon-cloud", "globe"]; readonly Backgrounds: readonly ["warp-background", "flickering-grid", "animated-grid-pattern", "retro-grid", "ripple"]; readonly Devices: readonly ["safari", "iphone-15-pro", "android"]; }; export type ComponentCategoryName = keyof typeof componentCategories; export declare function getComponentCategoryNames(): ComponentCategoryName[]; export declare function getCategoriesForComponent(componentName: string): ComponentCategoryName[];