import { MathObjectConverter } from '../types.js'; /** * Convert m:rad (radical) to MathML or . * * OMML structure: * m:rad โ†’ m:radPr (optional: m:degHide), m:deg (degree), m:e (radicand) * * MathML output: * - degree hidden โ†’ radicand * - degree shown โ†’ radicanddegree * * @spec ECMA-376 ยง22.1.2.88 */ export declare const convertRadical: MathObjectConverter; //# sourceMappingURL=radical.d.ts.map