export declare const common: { cancel: string; saveChanges: string; invoiceStatusLabels: { draft: string; pending_external_allocation: string; issued: string; partially_paid: string; paid: string; overdue: string; void: string; }; paymentMethodLabels: { bank_transfer: string; credit_card: string; debit_card: string; cash: string; cheque: string; wallet: string; direct_bill: string; travel_credit: string; other: string; }; supplierPaymentMethodLabels: { bank_transfer: string; credit_card: string; cash: string; cheque: string; other: string; }; supplierPaymentStatusLabels: { pending: string; completed: string; failed: string; refunded: string; }; }; export declare const invoiceDialog: { titles: { create: string; edit: string; }; fields: { invoiceNumber: string; status: string; bookingId: string; currency: string; subtotalCents: string; taxCents: string; totalCents: string; issueDate: string; dueDate: string; notes: string; type: string; source: string; schedule: string; markAsPaid: string; markAsPaidMethod: string; markAsPaidDate: string; syncToSmartbill: string; attachments: string; }; typeLabels: { invoice: string; proforma: string; }; sourceLabels: { custom: string; schedule: string; }; schedulePlaceholder: string; scheduleEmpty: string; scheduleLoadError: string; scheduleLockedHint: string; attachmentsHint: string; invoiceNumberAutoHint: string; placeholders: { invoiceNumber: string; bookingId: string; issueDate: string; dueDate: string; notes: string; }; actions: { create: string; }; validation: { invoiceNumberRequired: string; bookingIdRequired: string; currencyIsoCode: string; issueDateRequired: string; dueDateRequired: string; lineItemInvalid: string; }; lineItems: { sectionTitle: string; addRow: string; empty: string; description: string; quantity: string; unitPrice: string; taxPercent: string; lineTotal: string; remove: string; }; }; export declare const invoicesPage: { title: string; description: string; searchPlaceholder: string; actions: { newInvoice: string; }; bulkActions: { selectionSummary: string; clearSelection: string; markPaid: string; markPaidConfirm: string; markPaidTitle: string; markPaidDescription: string; selectAllOnPage: string; selectInvoice: string; successTitle: string; successDescription: string; partialTitle: string; partialDescription: string; }; filters: { button: string; statusLabel: string; statusAll: string; currencyLabel: string; currencyAny: string; dueDateLabel: string; dateAny: string; clear: string; }; columns: { invoiceNumber: string; status: string; total: string; paid: string; balanceDue: string; dueDate: string; }; empty: string; loadFailed: string; pagination: { showing: string; page: string; previous: string; next: string; }; }; export declare const invoiceDetailPage: { title: string; invoiceTypeLabels: { invoice: string; proforma: string; credit_note: string; }; actions: { back: string; edit: string; convertToInvoice: string; convertToInvoiceTitle: string; convertToInvoiceDescription: string; void: string; voidTitle: string; voidDescription: string; voidUnavailable: string; voidReasonPlaceholder: string; delete: string; deleteTitle: string; deleteDescription: string; deleteOnlyDraft: string; mutationFailed: string; viewBooking: string; viewPerson: string; viewOrganization: string; addLineItem: string; editLineItem: string; deleteLineItemShort: string; deleteLineItemTitle: string; deleteLineItemDescription: string; recordPayment: string; addCreditNote: string; addNote: string; addAttachment: string; editAttachment: string; deleteAttachmentShort: string; deleteAttachmentTitle: string; deleteAttachmentDescription: string; loadOlderActionLedger: string; }; titles: { summary: string; links: string; lineItems: string; payments: string; creditNotes: string; notes: string; attachments: string; actionLedger: string; }; fields: { currency: string; subtotal: string; tax: string; total: string; paid: string; balanceDue: string; status: string; issueDate: string; dueDate: string; booking: string; person: string; organization: string; notes: string; createdAt: string; updatedAt: string; name: string; kind: string; mimeType: string; fileSize: string; storageKey: string; checksum: string; }; columns: { description: string; quantity: string; unitPrice: string; total: string; taxRate: string; name: string; kind: string; mimeType: string; size: string; }; states: { loading: string; loadFailed: string; notFound: string; noValue: string; noLineItems: string; noPayments: string; noCreditNotes: string; noNotes: string; noAttachments: string; noActionLedger: string; actionLedgerLoadFailed: string; }; placeholders: { note: string; attachmentName: string; attachmentKind: string; attachmentMimeType: string; attachmentFileSize: string; attachmentStorageKey: string; attachmentChecksum: string; }; attachmentDialog: { createTitle: string; editTitle: string; createAction: string; nameRequired: string; }; noteDialog: { title: string; createAction: string; contentRequired: string; }; creditNoteStatusLabels: { draft: string; issued: string; applied: string; }; };