export declare const supplierInvoicesPage: { title: string; description: string; recordInvoice: string; searchPlaceholder: string; statusAll: string; statusLabels: { draft: string; received: string; approved: string; partially_paid: string; paid: string; disputed: string; void: string; }; columns: { invoiceNo: string; supplier: string; status: string; total: string; balanceDue: string; dueDate: string; }; empty: string; loadFailed: string; noDueDate: string; }; export declare const supplierInvoiceDetail: { loading: string; notFound: string; document: string; breadcrumbRoot: string; actions: { edit: string; delete: string; }; deleteDialog: { title: string; body: string; cancel: string; confirm: string; }; form: { editTitle: string; supplierId: string; supplierInvoiceNo: string; status: string; currency: string; issueDate: string; dueDate: string; internalRef: string; notes: string; save: string; saving: string; extractUpload: string; extracting: string; supplierSearchPlaceholder: string; supplierCreate: string; product: string; departure: string; productSearchPlaceholder: string; departureSearchPlaceholder: string; totalLabel: string; }; summary: { subtotal: string; tax: string; total: string; paid: string; balanceDue: string; issueDate: string; dueDate: string; noValue: string; }; lines: { title: string; description: string; service: string; qty: string; unit: string; tax: string; total: string; empty: string; add: string; edit: string; remove: string; }; lineForm: { addTitle: string; editTitle: string; description: string; serviceType: string; costCategory: string; costCategoryNone: string; quantity: string; unitAmount: string; taxAmount: string; total: string; save: string; serviceTypeLabels: { transport: string; flight: string; accommodation: string; guide: string; meal: string; experience: string; insurance: string; other: string; }; }; allocation: { title: string; add: string; target: string; reference: string; amountLabel: string; none: string; remainder: string; overAllocated: string; save: string; saving: string; saveFailed: string; targetTypeLabels: { departure: string; product: string; booking: string; traveler: string; unattributed: string; }; }; payments: { title: string; date: string; method: string; status: string; amount: string; empty: string; amountLabel: string; methodLabel: string; dateLabel: string; record: string; recordTitle: string; recording: string; methodLabels: { bank_transfer: string; credit_card: string; cash: string; cheque: string; other: string; }; }; attachments: { title: string; upload: string; uploading: string; empty: string; name: string; size: string; download: string; remove: string; }; }; export declare const supplierPaymentDialog: { title: string; fields: { bookingId: string; supplierId: string; amountCents: string; currency: string; paymentDate: string; paymentMethod: string; status: string; referenceNumber: string; notes: string; }; placeholders: { bookingId: string; supplierId: string; paymentDate: string; referenceNumber: string; notes: string; }; actions: { create: string; }; validation: { bookingIdRequired: string; amountMinimum: string; paymentDateRequired: string; }; };