import React from 'react'; /** * Utility to render a widget on-demand on the client. */ export declare const RenderWidget: React.FC<{ /** * Instance-specific data for this widget */ /** * Unique ID for this widget instance (format: "slug-timestamp") */ widgetId: string; }>; //# sourceMappingURL=RenderWidget.d.ts.map