import type { Theme } from "../.."; /** * `useGlobalTheme()` * * Returns global theme definition and its primitives values. */ declare function useGlobalTheme(themeFile: Theme.GriddoTheme): Theme.GlobalTheme; export { useGlobalTheme };