import AuxiliaryRule from './AuxiliaryRule.js'; /** * The equal sign surrounded by white spaces. * See https://www.w3.org/TR/xml/#NT-Eq */ declare class EqRule extends AuxiliaryRule { constructor(); } export default EqRule; //# sourceMappingURL=EqRule.d.ts.map