import { ITheme } from './types'; export declare const extendTheme: (originalTheme: ITheme, newTheme: Partial) => ITheme; //# sourceMappingURL=extend-theme.d.ts.map