import { XmlLeyFisAttributes, XmlLeyendaAttributes } from '../../types/complements/leyendasFiscales/leyendasFiscales.com';
import { ComplementsReturn } from '../../types';
export declare class LeyendaFisc {
    private leyendafiscal;
    private xmlns;
    private xmlnskey;
    private schemaLocation;
    constructor(data?: XmlLeyFisAttributes);
    leyenda(data: XmlLeyendaAttributes): void;
    getComplement(): ComplementsReturn;
}
//# sourceMappingURL=LeyendaFisc.d.ts.map