import { ThemeDefinition } from '../themes/Theme'; /** * Apply custom properties to base and color themes * * @param themeColor The theme color to merge with custom theme * @param customTheme The custom theme to merge * @public * @beta */ export declare const getCustomTheme: (themeColor: string, customTheme: ThemeDefinition) => ThemeDefinition; /** * Returns base theme for given color * @public * @beta */ export declare const getTheme: (themeColor: string) => ThemeDefinition; //# sourceMappingURL=theme.d.ts.map