import { IThemeContext } from "../theme/src/theme-context"; /** * Hook to get access to the active theme object, active color mode, and a function to toggle the active color mode */ export declare const useTheme: () => IThemeContext; //# sourceMappingURL=useTheme.d.ts.map