import { Palette, Theme } from '@mui/material';

export declare const createMuiTheme: (theme: {
    name: string;
    id: string;
    palette: Pick<Palette, "primary" | "secondary" | "mode">;
    typography?: Theme["typography"];
}) => any;
