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