import { type AdminRoutePageProps } from "@voyant-travel/admin"; /** * Packaged route page for the supplier-invoices list: opens rows through the * `supplierInvoice.detail` destination and wires the create dialog's * supplier picker (search + inline create) through the suppliers package's * own client — see {@link useSupplierPicker}. */ export default function SupplierInvoicesIndexPage(_props: AdminRoutePageProps): import("react").JSX.Element;