import { lightTheme } from "./light"; export { darkTheme } from "./dark"; export { lightTheme }; export declare const setStyleVars: (cssVars: Record) => void;