/**
 * BLiP Design System - Main Entry Point
 *
 * This is the main entry point for the BLiP Design System.
 * It exports all tokens, theme management utilities, and type definitions.
 */
export { tokens, colors, spacing, typography, shadows, cssVars, } from "./tokens";
export { themeManager, useTheme, getCSSVariable, type Theme, type ThemeConfig, } from "./theme-manager";
export type { ColorPalette, SpacingTokens, TypographyTokens, ShadowTokens, } from "./tokens";
export { tokens as default } from "./tokens";
//# sourceMappingURL=index.d.ts.map