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