import type { Theme } from "../types";
export declare const mergeTheme: (customTheme: Partial<Theme> | undefined, defaultTheme: Theme) => Theme;
