import { colors as colorsLight, elevations as elevationsLight } from './light/lightTheme'; import type { NamedTheme } from '../../types'; import { ThemeTypes } from '../../types'; export declare const getThemeByName: (themeName: ThemeTypes) => NamedTheme; export declare const lightTheme: import("@mui/material").Theme; export declare const darkTheme: import("@mui/material").Theme; export declare const xmasTheme: import("@mui/material").Theme; export declare const demoTheme: import("@mui/material").Theme; export declare const eumetnetTheme: import("@mui/material").Theme; export declare const namedLightTheme: { name: ThemeTypes; theme: import("@mui/material").Theme; }; export declare const namedDarkTheme: { name: ThemeTypes; theme: import("@mui/material").Theme; }; export declare const namedXmasTheme: { name: ThemeTypes; theme: import("@mui/material").Theme; }; export declare const namedDemoTheme: { name: ThemeTypes; theme: import("@mui/material").Theme; }; export declare const namedEumetnetTheme: { name: ThemeTypes; theme: import("@mui/material").Theme; }; export { colorsLight, elevationsLight };