import type { BlockHandler } from "./handler.type.js"; /** * Default handler for `widget:*` block types. * Renders `` custom element tags. * * The block type carries the widget name (e.g. `widget:counter`), * attrs carry the parsed JSON properties. */ export declare function createWidgetHandler(widgetName: string): BlockHandler; //# sourceMappingURL=widget.handler.d.ts.map