import type { ThemeColor } from './interface'; export declare function getStyle(globalPrefixCls: string, theme: ThemeColor): string; export declare function registerTheme(globalPrefixCls: string, theme: ThemeColor): void;