import { UITheme } from "../ui-theme.js"; import "../index.js"; //#region src/theme/presets/ancient.d.ts /** 古风(松烟绿 + 宣纸底),天生适合浅色 */ declare const ancientTheme: UITheme; //#endregion export { ancientTheme }; //# sourceMappingURL=ancient.d.ts.map