import type { CSSInterpolation } from '../cssinjs'; import type { AliasToken } from './interface'; import { ThemeManager } from './theme-context'; export declare function getGlobalStyleHook(component: string, styleFn: (token: AliasToken) => CSSInterpolation): (themeManager?: ThemeManager) => void;