import { PropertyList } from '../../Tree/Node.js';
import { AbstractMmlNode } from '../MmlNode.js';
export declare class MmlMalignmark extends AbstractMmlNode {
    static defaults: PropertyList;
    get kind(): string;
    get arity(): number;
    get isSpacelike(): boolean;
}
