import { Theme } from '@mui/material'; export type ThemeMode = 'light' | 'dark'; export declare function createAbyssTheme(mode?: ThemeMode): Theme;