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