import type { MdxJsxAttributeUnion } from "./types.js"; export declare function decodeMdxJsxAttr(kind: number, name: string, value: string): MdxJsxAttributeUnion;