import type { Theme } from './types'; export declare const extendTheme: (target: Theme, source: Partial) => Theme;