import { XmlComponent } from '../../../xml-components'; import { MathComponent } from "../math-component"; export declare class MathSquareBrackets extends XmlComponent { constructor(options: { readonly children: readonly MathComponent[]; }); }