import { PaletteOptions } from '@mui/material/styles'; import { Theme } from '@mui/material/styles'; import { Locale } from '../../types/languages'; import { AllowedTheme } from './palette'; export declare const adaptiveTheme: (mode: AllowedTheme, locale: Locale, lightPalette?: PaletteOptions, darkPalette?: PaletteOptions) => Theme; export declare const globalStyles: import("@emotion/utils").SerializedStyles; //# sourceMappingURL=index.d.ts.map