import type { Theme } from '@mantou/gem/helper/theme'; export declare function getSemanticColor(semantic?: string): string | undefined; export declare const lightTheme: { colorScheme: string; primaryColor: string; highlightColor: string; textColor: string; describeColor: string; backgroundColor: string; lightBackgroundColor: string; hoverBackgroundColor: string; borderColor: string; disabledColor: string; maskAlpha: string; controlShadow: string; informativeColor: string; neutralColor: string; positiveColor: string; noticeColor: string; negativeColor: string; focusColor: string; normalRound: string; smallRound: string; gridGutter: string; popupZIndex: string; timingFunction: string; timingEasingFunction: string; codeFont: string; }; export declare const darkTheme: Partial; export declare const theme: Theme<{ colorScheme: string; primaryColor: string; highlightColor: string; textColor: string; describeColor: string; backgroundColor: string; lightBackgroundColor: string; hoverBackgroundColor: string; borderColor: string; disabledColor: string; maskAlpha: string; controlShadow: string; informativeColor: string; neutralColor: string; positiveColor: string; noticeColor: string; negativeColor: string; focusColor: string; normalRound: string; smallRound: string; gridGutter: string; popupZIndex: string; timingFunction: string; timingEasingFunction: string; codeFont: string; }>; export declare const themeStore: import("@mantou/gem/lib/store").Store<{ colorScheme: string; primaryColor: string; highlightColor: string; textColor: string; describeColor: string; backgroundColor: string; lightBackgroundColor: string; hoverBackgroundColor: string; borderColor: string; disabledColor: string; maskAlpha: string; controlShadow: string; informativeColor: string; neutralColor: string; positiveColor: string; noticeColor: string; negativeColor: string; focusColor: string; normalRound: string; smallRound: string; gridGutter: string; popupZIndex: string; timingFunction: string; timingEasingFunction: string; codeFont: string; }>; export declare function extendTheme>(t: Partial & T): Theme; //# sourceMappingURL=theme.d.ts.map