import { UITheme } from "../ui-theme.js"; import "../index.js"; //#region src/theme/presets/hero.d.ts /** HeroUI 风格,天生适合浅色 */ declare const heroTheme: UITheme; //#endregion export { heroTheme }; //# sourceMappingURL=hero.d.ts.map