import type { lightTheme } from "./lightTheme";
export { lightTheme } from "./lightTheme";
export { darkTheme } from "./darkTheme";
export type Theme = typeof lightTheme;
//# sourceMappingURL=index.d.ts.map