import { ITheme } from "../Palette/variables"; import DeepPartial from "../utils/deepPartial"; declare const createTheme: (options: DeepPartial) => any; export default createTheme;