"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.muiTheme2 = exports.muiTheme = void 0;
var _otherPath = require("../other-path");
const muiTheme = exports.muiTheme = createMuiTheme();
const muiTheme2 = exports.muiTheme2 = (0, _otherPath.createTheme)(options);