import { type Theme, type ThemeOptions } from "@mui/material/styles"; /** * Create the default Wandelbots Nova Material UI theme, overriding * any defaults with the provided theme options. */ export declare function createNovaMuiTheme(opts: ThemeOptions): Theme;