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