import { UITheme } from "../ui-theme.js"; import "../index.js"; //#region src/theme/presets/ancient.d.ts declare const ancientLightTheme: UITheme; //#endregion export { ancientLightTheme }; //# sourceMappingURL=ancient.d.ts.map