import { ThemeOptions } from '@mui/material/styles/createTheme'; export declare const createPlayerTheme: (darkmode?: boolean) => ThemeOptions;