import { XmlIedu, XmlIeduAttribute } from './type/iedu.xslt';
import { Complemento } from '../../Complemento';
export declare class Iedu extends Complemento<XmlIedu> {
    complemento: XmlIedu;
    constructor(attributes: XmlIeduAttribute);
}
//# sourceMappingURL=Iedu.d.ts.map