/** * Theme Management System * * A system for managing jsons in Obsidian notes. */ export * from './types'; export { ThemeManagerImpl } from './theme-manager'; export * from './components'; export * from './utils'; export * from './style-builder'; import { ThemeManagerImpl } from './theme-manager'; declare const _default: { ThemeManagerImpl: typeof ThemeManagerImpl; }; export default _default;