import React from "react"; import type * as std from "../../law/std"; import type { HTMLComponentProps } from "../common/html"; import type { DOCXComponentProps } from "../common/docx/component"; export interface ArithFormulaRunProps { el: std.ArithFormula; } export declare const HTMLArithFormulaRunCSS = "\n"; export declare const HTMLArithFormulaRun: React.FC & { componentID: "HTMLArithFormulaRun"; }; export declare const DOCXArithFormulaRun: React.FC & { componentID: "DOCXArithFormulaRun"; };