import { DeepPartial } from '../..';
/**
 * Performs a merge deep on the component theme.
 */
export declare const extendComponentTheme: <T extends Object>(defaultTheme: T, theme: DeepPartial<T>, mergeFunction?: (objValue: any, srcValue: any, key: string) => string) => T & DeepPartial<T>;
