import { PropertyList } from '../../Tree/Node.js';
import { AbstractMmlLayoutNode } from '../MmlNode.js';
export declare class MmlMphantom extends AbstractMmlLayoutNode {
    static defaults: PropertyList;
    protected texclass: number;
    get kind(): string;
}
