import type { TaxesPageProps } from "./taxes-page/shared.js"; /** * Dedicated Invoicing settings page. Owns the operator's invoicing mode * (the one operator-facing invoicing knob). The FX reference source is * not an operator choice — managed FX on Voyant Cloud, a self-host * adapter otherwise, or a legally mandated source per jurisdiction — so * it has no control here. Reads/writes the finance * `/v1/admin/finance/tax-settings` GET/PATCH surface. */ export declare function InvoicingPage({ api: apiProp }?: TaxesPageProps): import("react").JSX.Element; export type { TaxesPageApi as InvoicingPageApi, TaxesPageProps as InvoicingPageProps, } from "./taxes-page/shared.js";