import { IStorytellerTheme } from '../../configuration/models/theme/storytellerTheme'; import { IThemeBase } from '../../configuration/models/theme/themeBase'; export declare const mergeTheme: (baseTheme: IStorytellerTheme, newTheme: IThemeBase) => IStorytellerTheme;