import { PropertyList } from '../../Tree/Node.js'; import { AbstractMmlLayoutNode } from '../MmlNode.js'; export declare class MmlMphantom extends AbstractMmlLayoutNode { static defaults: PropertyList; texClass: number; readonly kind: string; }