import type { BlockHandler } from "./handler.type.js"; /** * Factory: create a BlockHandler for `html:` fenced code blocks. * * Only allows form-related elements: input, select, textarea, * output, button, meter, progress. * Throws on unknown/disallowed elements. */ export declare function createHtmlHandler(emmetAbbr: string): BlockHandler; //# sourceMappingURL=html.handler.d.ts.map