interface WidgetWrapperProps { children: React.ReactNode; className?: string; noWrapper?: boolean; } /** * Widget wrapper with dotted radial gradient background * Shared by OpenAI Apps SDK and MCP Apps renderers */ export declare function WidgetWrapper({ children, className, noWrapper, }: WidgetWrapperProps): string | number | bigint | boolean | import("react/jsx-runtime").JSX.Element | Iterable | Promise> | Iterable | null | undefined> | null | undefined; export {}; //# sourceMappingURL=WidgetWrapper.d.ts.map