import { ThemeOptions } from "@mui/material/styles"; interface CustomThemeOptions extends ThemeOptions { callColors?: { selectedTheme?: string; themeButtonColor?: string; }; } export declare const customTheme: CustomThemeOptions; export default customTheme;