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