import { SVGWrapper } from '../Wrapper.js'; import { CommonMfenced } from '../../common/Wrappers/mfenced.js'; import { SVGinferredMrow } from './mrow.js'; declare const SVGmfenced_base: (new (...args: any[]) => CommonMfenced) & (new (...args: any[]) => SVGWrapper); export declare class SVGmfenced extends SVGmfenced_base { static kind: string; mrow: SVGinferredMrow; toSVG(parent: N): void; setChildrenParent(parent: SVGWrapper): void; }