export default useCurrentTheme; /** * Get current theme. * * @returns {?string} Returns the current active theme, * or null if the redux store is not initialized. */ declare function useCurrentTheme(): string | null; //# sourceMappingURL=index.d.ts.map