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