/** * @monochrome-edge/ui - Framework wrappers entry point * This file only re-exports framework-specific wrappers * For vanilla JS/TS components, use the main UI package */ export declare const VERSION = "1.13.17"; export { ThemeManager } from "../ui/utils/theme-manager";