/** * Packaged route page for the invoices list (route contribution * `finance-invoices-index`). Row activation resolves through the shared * `invoice.detail` semantic destination (packaged-admin RFC §4.7), so the * page stays host-agnostic — no router import, no route file in the host. */ export default function FinanceInvoicesIndexRoutePage(): import("react").JSX.Element;