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