import { type PropsWithChildren } from "react"; import type { WidgetProviderProps } from "./types"; export declare const WidgetProvider: ({ children, preference, handler, template_host, }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;