/** * Material Theme * * Improved Material Design 3 theme with modern Google product aesthetics. * Features refined colors, updated typography, and polished elevation. */ import type { Theme } from '../types.js'; /** * Material theme definition */ export declare const materialTheme: Theme; export default materialTheme; //# sourceMappingURL=index.d.ts.map