/*! * Original code by MUI * MIT Licensed, Copyright (c) 2014 Call-Em-All. * * Credits to the MUI team: * https://github.com/mui/material-ui/blob/master/packages/mui-joy/src/styles/extendTheme.ts */ import { PaletteRange, PaletteScale } from "../types"; /** Utility function to create color palettes. */ export declare function createPalette(scale: PaletteScale): PaletteRange;