/**
* useTheme returns the theme context with current theme and setter.
* Must be used within a ThemeProvider.
*/exportdeclareconstuseTheme: () => {
theme: import("../enums").ThemeMode;
setTheme: (theme: import("../enums").ThemeMode) =>void;
};
//# sourceMappingURL=useTheme.d.ts.map