import { UITheme } from "../ui-theme.js"; import "../index.js"; //#region src/theme/presets/midnight.d.ts /** 午夜(靛蓝 + 深空底,宽松间距、舒缓缓动),天生适合深色 */ declare const midnightTheme: UITheme; //#endregion export { midnightTheme }; //# sourceMappingURL=midnight.d.ts.map