import type { BasePalette, ThemeObject } from "../theme.types"; declare const baseTheme: ThemeObject; export default baseTheme; export declare const mergeWithBase: (configureTheme: (p: BasePalette) => Partial) => Partial;