/** * Packaged route page for the payments list (route contribution * `finance-payments-index`). Owns the supplier-filter search state (the * supplier combobox options come from `@voyant-travel/distribution-react/suppliers`), renders * the record-payment dialog, and resolves row activation through the shared * `payment.detail` semantic destination (packaged-admin RFC ยง4.7). */ export default function FinancePaymentsIndexRoutePage(): import("react").JSX.Element;