import { themeType, UIThemeConfig } from './theme.types'; import { overrideElementTheme as _overrideElementTheme } from './themeMerge'; export declare const overrideElementTheme: typeof _overrideElementTheme; export declare function appendGlobalCssVariables(cssData: { [key: string]: string; }, appendTo: HTMLElement): void; export declare function getThemeConfigData(themeConfig?: UIThemeConfig): Promise; export default function (themeConfig?: UIThemeConfig, appendTo?: HTMLElement): Promise;