export { darkTheme } from "./dark"; import { lightTheme } from "./light"; export { lightTheme }; export declare type Theme = typeof lightTheme;