import { MathMLElement } from '../../../data/protocols/mathml-element';
export declare class ElementsToMathMLAdapter {
    convert(els: Element[]): MathMLElement[];
    private _convertElement;
    private _convertElementAttributes;
    private _hasElementChild;
    private _isThereAnyNoTextNode;
}
