import { Invoice } from '../../types/invoice.types';
export declare class SalutationSection {
    private doc;
    private currentY;
    constructor(doc: PDFKit.PDFDocument, currentY: number);
    /**
     * Bereich 2: Ansprache zur Rechnung
     * DIN 5008: Mindestens 20mm Abstand zur Empfänger-Adresse
     */
    draw(invoice: Invoice): number;
}
//# sourceMappingURL=salutation-section.d.ts.map