// Export the active language // Change this import to switch aesthetics export { material3Language as activeLanguage } from './material3.language'; // Re-export transformer export { transformToPandaTheme } from './transform'; // Re-export types export type { DesignLanguageContract } from '../contracts/design-language.contract';