import { ThemeOptions } from "@material-ui/core/styles"; import { Tokens } from "../components/theme"; export declare function getHover(background: string | number, lightHover: boolean): any; /** * Creates MaterialUI theme for the passed colors. * * @param {Tokens} tokens An object which specifies the theme tokens. * @returns {ThemeOptions} the mui theme * @ignore */ export declare function createMuiTheme(tokens: Tokens, isLightTheme: boolean): ThemeOptions;