import { PropsWithChildren } from 'react';
import { WidgetUIConfigState } from './WidgetUIConfigContext';
export type WidgetConfigProviderProps = PropsWithChildren<WidgetUIConfigState>;
export declare const WidgetConfigProvider: ({ children, config: customConfig }: WidgetConfigProviderProps) => import("@emotion/react/jsx-runtime").JSX.Element;
